summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-07-24 14:18:22 +0100
committerRicardo Signes <rjbs@cpan.org>2013-11-19 22:16:34 -0500
commitbfb0262e235dec525cff97e5d98620130609c420 (patch)
treefdbb0717fb1bffad243e0be44116e9826406e13d
parentd126b76cd9637415e48b1322a2b11496dd4f6898 (diff)
downloadperl-bfb0262e235dec525cff97e5d98620130609c420.tar.gz
English.pm: update perl version where perf fixed
It still said that the performance of $`, $&, $' was fixed in 5.18. Update that to 5.20, since COW wasn't enabled by default in 5.18. Conflicts: lib/English.pm
-rw-r--r--lib/English.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/English.pm b/lib/English.pm
index f629068d4a..6ccc5882c8 100644
--- a/lib/English.pm
+++ b/lib/English.pm
@@ -1,6 +1,6 @@
package English;
-our $VERSION = '1.06';
+our $VERSION = '1.06_01';
require Exporter;
@ISA = qw(Exporter);
@@ -33,9 +33,9 @@ See L<perlvar> for a complete list of these.
=head1 PERFORMANCE
-NOTE: This was fixed in perl 5.18. Mentioning these three variables no
+NOTE: This was fixed in perl 5.20. Mentioning these three variables no
longer makes a speed difference. This section still applies if your code
-is to run on perl 5.16 or earlier.
+is to run on perl 5.18 or earlier.
This module can provoke sizeable inefficiencies for regular expressions,
due to unfortunate implementation details. If performance matters in