diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-05-13 16:00:26 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-05-13 16:00:26 -0400 |
commit | e3586e791f02a10de9d12fb4fb92e0aaaa3d2fe0 (patch) | |
tree | 97754d0b901682486a49175f820399cc90e14f71 /dist | |
parent | 2cbeaf93ebca0381b43ae9b18f99fecb381ee394 (diff) | |
download | perl-e3586e791f02a10de9d12fb4fb92e0aaaa3d2fe0.tar.gz |
Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList should say so
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 4 |
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 81db69993d..956e0b8a93 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 @@ -15259,7 +15259,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', |