This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo fixes for B::Depaese
authorDavid Steinbrunner <dsteinbrunner@pobox.com>
Tue, 21 May 2013 11:13:09 +0000 (07:13 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 25 May 2013 12:13:11 +0000 (14:13 +0200)
Bump $VERSION.

dist/B-Deparse/Deparse.pm

index d62fe3b..9133c40 100644 (file)
@@ -20,7 +20,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
          CVf_METHOD CVf_LVALUE
         PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE
         PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
          CVf_METHOD CVf_LVALUE
         PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE
         PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
-$VERSION = '1.20';
+$VERSION = '1.21';
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();
@@ -401,7 +401,7 @@ sub _pessimise_walk_exe {
     }
 }
 
     }
 }
 
-# Go through an optree and and "remove" some optimisations by using an
+# Go through an optree and "remove" some optimisations by using an
 # overlay to selectively modify or un-null some ops. Deparsing in the
 # absence of those optimisations is then easier.
 #
 # overlay to selectively modify or un-null some ops. Deparsing in the
 # absence of those optimisations is then easier.
 #
@@ -3934,7 +3934,7 @@ sub re_uninterp_extended {
 }
 }
 
 }
 }
 
-my %unctrl = # portable to to EBCDIC
+my %unctrl = # portable to EBCDIC
     (
      "\c@" => '\c@',   # unused
      "\cA" => '\cA',
     (
      "\c@" => '\c@',   # unused
      "\cA" => '\cA',