summaryrefslogtreecommitdiff
path: root/lang/perl5.14/files
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2011-06-19 10:27:12 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2011-06-19 10:27:12 +0000
commit0ede1a9316465daa4813a8710ce544e6860e7644 (patch)
tree3bbbcaf9a0f812dff2e132aed07149ca90a7fb8f /lang/perl5.14/files
parentUpdate to 2.2.14 (diff)
Update to 5.14.1
Changes: http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod
Notes
Notes: svn path=/head/; revision=275828
Diffstat (limited to 'lang/perl5.14/files')
-rw-r--r--lang/perl5.14/files/perl-after-upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.14/files/perl-after-upgrade b/lang/perl5.14/files/perl-after-upgrade
index bb9450fa602a..10aecd3841e3 100644
--- a/lang/perl5.14/files/perl-after-upgrade
+++ b/lang/perl5.14/files/perl-after-upgrade
@@ -264,7 +264,7 @@ while (@ARGV) {
our $PERL_VERSION = '%%PERL_VERSION%%';
our $PERL_PKGNAME = '%%PKGNAME%%';
-our $PERL_VERSION_REGEX = qr/5\.12\.\d+/;
+our $PERL_VERSION_REGEX = qr/5\.14\.\d+/;
print STDERR "- Fuzzy source re: <$PERL_VERSION_REGEX>\n" if $debug;
our @errors;