X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=233215360af002a2a7cb60479d02246559830df8;hb=c443438f238cca5549967e4448aa45aeef9d6965;hp=51e0f2a96048ca4f4c551cb9c69c554f847c7f77;hpb=1d6821146208391dabec0e0a536994efcbecae9c;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 51e0f2a..2332153 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -110,7 +110,7 @@ my %force_requires_if_author = ( ) : () , - $ENV{DBICTEST_ORACLE_DSN} + $ENV{DBICTEST_ORA_DSN} ? ( 'DateTime::Format::Oracle' => '0', ) : () @@ -148,6 +148,7 @@ no_index 'DBIx::Class::SQLAHacks::MSSQL'; 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'; # re-build README and require extra modules for testing if we're in a checkout