From: Jesse Vincent <jesse@bestpractical.com>
Date: Thu, 13 May 2010 20:00:26 +0000 (-0400)
Subject: Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList should say so
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3586e791f02a10de9d12fb4fb92e0aaaa3d2fe0;p=p5sagit%2Fp5-mst-13.2.git

Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList should say so
---

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 81db699..956e0b8 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',