summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 07:24:00 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-25 15:10:55 +0200
commitd952710bbc46ec5139912b226f00eb49708617fd (patch)
tree88924f41bf0ad68b8c807b9d677b5fb1bbbfc550 /ext
parent837cf3a0e61d71cab1cf29f7186cf35e4a15a108 (diff)
downloadperl-d952710bbc46ec5139912b226f00eb49708617fd.tar.gz
typo fix for re
Bump $VERSION.
Diffstat (limited to 'ext')
-rw-r--r--ext/re/re.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm
index 84b701154d..6e9e9b0f29 100644
--- a/ext/re/re.pm
+++ b/ext/re/re.pm
@@ -4,7 +4,7 @@ package re;
use strict;
use warnings;
-our $VERSION = "0.23";
+our $VERSION = "0.24";
our @ISA = qw(Exporter);
our @EXPORT_OK = ('regmust',
qw(is_regexp regexp_pattern
@@ -570,7 +570,7 @@ results in
Because the C<here> is before the C<.*> in the pattern, its position
can be determined exactly. That's not true, however, for the C<there>;
it could appear at any point after where the anchored string appeared.
-Perl uses both for its optimisations, prefering the longer, or, if they are
+Perl uses both for its optimisations, preferring the longer, or, if they are
equal, the floating.
B<NOTE:> This may not necessarily be the definitive longest anchored and