X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ce27a842db4db26b782c416a91c911ed4c04c448;hb=d9da98ab55044424a774c959bbb485d009b9ddb2;hp=0e4341d0cea153ef48927ec6293d0192dad783aa;hpb=b9df8e39d03e6da167b2598f6ee70fb16c069112;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 0e4341d..ce27a84 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,6 @@ use inc::Module::Install 1.00; use strict; use warnings; -use POSIX (); use 5.008001; @@ -58,7 +57,6 @@ my $runtime_requires = { 'Module::Find' => '0.06', 'Path::Class' => '0.18', 'SQL::Abstract' => '1.67', - 'SQL::Abstract::Limit' => '0.13', 'Sub::Name' => '0.04', 'Data::Dumper::Concise' => '1.000', 'Scope::Guard' => '0.03', @@ -223,15 +221,13 @@ resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class' # Deprecated/internal modules need no exposure no_index directory => $_ for (qw| lib/DBIx/Class/Admin - lib/DBIx/Class/SQLAHacks lib/DBIx/Class/PK/Auto lib/DBIx/Class/CDBICompat |); no_index package => $_ for (qw/ - DBIx::Class::SQLAHacks DBIx::Class::Storage::DBIHacks + DBIx::Class::Storage::DBIHacks /); - WriteAll(); # Re-write META.yml to _exclude_ all forced requires (we do not want to ship this)