X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;h=ce27a842db4db26b782c416a91c911ed4c04c448;hp=43c23f5758c29e377c86e01b3d3c79011d9dded6;hb=4cb6dfa2c82f4fece4945f15b040424e3b012252;hpb=70fbb0b83da0330bd1d8df7d315561cfd7e92fe7 diff --git a/Makefile.PL b/Makefile.PL index 43c23f5..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; @@ -35,7 +34,7 @@ perl_version '5.008001'; all_from 'lib/DBIx/Class.pm'; my $build_requires = { - 'DBD::SQLite' => '1.25', + 'DBD::SQLite' => '1.29', }; my $test_requires = { @@ -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)