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 ();
}
}
-# 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.
#
}
}
-my %unctrl = # portable to to EBCDIC
+my %unctrl = # portable to EBCDIC
(
"\c@" => '\c@', # unused
"\cA" => '\cA',