X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ce27a842db4db26b782c416a91c911ed4c04c448;hb=f3f6c13a8ed810cce53141b462f372140e2ab2cd;hp=fad044ad3fda0a1dcfdb3cd8bffe2e23aae5ef1b;hpb=93d0eb5e68df665327ddb12a64939dc3de2c0ec6;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index fad044a..ce27a84 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -57,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', @@ -222,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)