From: rkinyon Date: Thu, 23 Feb 2006 18:46:10 +0000 (+0000) Subject: Reduce require version of Scalar::Util from 1.18 to 1.14 X-Git-Tag: 0-97~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b636d6a178ccee23ed1e6c287721401c53d525f;p=dbsrgits%2FDBM-Deep.git Reduce require version of Scalar::Util from 1.18 to 1.14 --- diff --git a/Build.PL b/Build.PL index d12f73d..18173d8 100644 --- a/Build.PL +++ b/Build.PL @@ -7,7 +7,7 @@ my $build = Module::Build->new( license => 'perl', requires => { 'Digest::MD5' => '1.00', - 'Scalar::Util' => '1.18', + 'Scalar::Util' => '1.14', }, optional => { },