X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=bccfd26ebef5274f11f32597f3817e8341014955;hb=345e7fd079ea47414f8d2601e47689a0dbd16c97;hp=abcf3109be04d516ce5e29a4264ef2aae9d17c4b;hpb=e00d0eb34a38786a1df0119d636145715c4e376a;p=dbsrgits%2FDBM-Deep.git diff --git a/Build.PL b/Build.PL index abcf310..bccfd26 100644 --- a/Build.PL +++ b/Build.PL @@ -10,16 +10,14 @@ my $build = Module::Build->new( 'Fcntl' => '0.01', 'Scalar::Util' => '1.14', 'Digest::MD5' => '1.00', - 'FileHandle::Fmode' => '0.05', - }, - optional => { }, build_requires => { 'File::Path' => '0.01', 'File::Temp' => '0.01', + 'Pod::Usage' => '1.3', 'Test::Deep' => '0.095', 'Test::Warn' => '0.08', - 'Test::More' => '0.47', + 'Test::More' => '0.61', 'Test::Exception' => '0.21', 'IO::Scalar' => '0.01', },