summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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