Fix the version of Scalar::Util in corelist for 5.7.3
authorDavid Leadbeater <dgl@dgl.cx>
Wed, 22 Aug 2012 14:27:29 +0000 (16:27 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 23 Aug 2012 16:04:28 +0000 (09:04 -0700)
dist/Module-CoreList/lib/Module/CoreList.pm

index f778d6d..58083d6 100644 (file)
@@ -1069,7 +1069,7 @@ my %delta = (
             'Pod::Text::Overstrike' => '1.08',
             'Pod::Text::Termcap'    => '1.09',
             'Safe'                  => '2.07',
-            'Scalar::Util'          => undef,
+            'Scalar::Util'          => '1.06_00',
             'Search::Dict'          => '1.02',
             'SelectSaver'           => '1.00',
             'SelfLoader'            => '1.0903',
@@ -1247,7 +1247,7 @@ my %delta = (
             'PerlIO::via::QuotedPrint'=> '0.04',
             'Pod::Man'              => '1.33',
             'Pod::Text'             => '2.19',
-            'Scalar::Util'          => 'undef',
+            'Scalar::Util'          => '1.07_00',
             'Storable'              => '2.04',
             'Switch'                => '2.09',
             'Sys::Syslog'           => '0.03',