X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=86497df576fcd95d33344445ee210e1fffbc28ef;hb=6cff13da2500c197b1365e97e4cd666ef55ad41d;hp=233215360af002a2a7cb60479d02246559830df8;hpb=c443438f238cca5549967e4448aa45aeef9d6965;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 2332153..86497df 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -142,13 +142,18 @@ resources 'license' => 'http://dev.perl.org/licenses/'; resources 'repository' => 'http://dev.catalyst.perl.org/repos/bast/DBIx-Class/'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; -no_index 'DBIx::Class::Storage::DBI::Sybase::Common'; no_index 'DBIx::Class::SQLAHacks'; +no_index 'DBIx::Class::SQLAHacks::MySQL'; no_index 'DBIx::Class::SQLAHacks::MSSQL'; +no_index 'DBIx::Class::SQLAHacks::OracleJoins'; no_index 'DBIx::Class::Storage::DBI::AmbiguousGlob'; -no_index 'DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server'; -no_index 'DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars'; no_index 'DBIx::Class::Storage::DBIHacks'; +no_index 'DBIx::Class::PK::Auto::DB2'; +no_index 'DBIx::Class::PK::Auto::MSSQL'; +no_index 'DBIx::Class::PK::Auto::MySQL'; +no_index 'DBIx::Class::PK::Auto::Oracle'; +no_index 'DBIx::Class::PK::Auto::Pg'; +no_index 'DBIx::Class::PK::Auto::SQLite'; # re-build README and require extra modules for testing if we're in a checkout