summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-05-13 16:00:26 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-05-13 17:59:26 -0400
commit2f420d278aaae7859725c1813d9f6b7ea6a0fe55 (patch)
tree1844760a76999090b448b34751523feb9d8520a1
parent68586f71620639990e79199c361b0b612fe0dd18 (diff)
downloadperl-2f420d278aaae7859725c1813d9f6b7ea6a0fe55.tar.gz
Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList should say sov5.12.1-RC2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 3f3d63b4fc..dd88b454c8 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -2,7 +2,7 @@ package Module::CoreList;
use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated/;
-$VERSION = '2.32';
+$VERSION = '2.33';
=head1 NAME
@@ -15255,7 +15255,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Pod::Text::Termcap' => '2.06',
'Pod::Usage' => '1.36',
'SDBM_File' => '1.06',
- 'Safe' => '2.25',
+ 'Safe' => '2.27',
'Scalar::Util' => '1.22',
'Scalar::Util::PP' => '1.22',
'Search::Dict' => '1.02',