summaryrefslogtreecommitdiff
path: root/lib/English.pm
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-07-24 14:18:22 +0100
committerDavid Mitchell <davem@iabyn.com>2013-07-24 14:42:43 +0100
commit142a37fdb385bb222232b286abdedf9b1daaa746 (patch)
tree0b7fe06abda7f15bf0f756286bb287059141e409 /lib/English.pm
parenteb7cfb310cbb07e1385c0580a4ee80816e35043b (diff)
downloadperl-142a37fdb385bb222232b286abdedf9b1daaa746.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.
Diffstat (limited to '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 e4ee10adf0..6560f5fdb9 100644
--- a/lib/English.pm
+++ b/lib/English.pm
@@ -1,6 +1,6 @@
package English;
-our $VERSION = '1.07';
+our $VERSION = '1.08';
require Exporter;
@ISA = qw(Exporter);
@@ -34,9 +34,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