From bfb0262e235dec525cff97e5d98620130609c420 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Wed, 24 Jul 2013 14:18:22 +0100 Subject: 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 --- lib/English.pm | 6 +++--- 1 file 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 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 -- cgit v1.2.1