X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;h=a8c20650f94be5f947151f17ebf87b13660e7170;hp=e7470632954c3a387499073b08c8152950bcaff1;hb=36edb755d066454cea2a08029096f75ff3f3ecaf;hpb=0777ad33930b2c09258f9752e4e76c27ca75f347 diff --git a/Makefile.PL b/Makefile.PL index e747063..a8c2065 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,19 +25,12 @@ my $build_requires = { my $test_requires = { 'File::Temp' => '0.22', 'Test::Builder' => '0.33', - 'Test::Deep' => '0', 'Test::Exception' => '0', 'Test::More' => '0.92', 'Test::Warn' => '0.21', }; my $runtime_requires = { - # Core - 'List::Util' => '0', - 'Scalar::Util' => '0', - 'Storable' => '0', - - # Dependencies 'Carp::Clan' => '6.0', 'Class::Accessor::Grouped' => '0.09002', 'Class::C3::Componentised' => '1.0005', @@ -47,7 +40,6 @@ my $runtime_requires = { 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'Path::Class' => '0.18', - 'Scope::Guard' => '0.03', 'SQL::Abstract' => '1.61', 'SQL::Abstract::Limit' => '0.13', 'Sub::Name' => '0.04',