X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=233215360af002a2a7cb60479d02246559830df8;hb=533c69f140568b3643912fe342429752feb2b7c0;hp=3d1462b4b89b3408bb7cbc0a0043d78f0069f3ee;hpb=6862815907d42aa2f5fcc70afd4ff2dbc9b48f79;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 3d1462b..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', ) : () @@ -139,7 +139,7 @@ tests_recursive (qw| resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; resources 'license' => 'http://dev.perl.org/licenses/'; -resources 'repository' => 'http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/'; +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'; @@ -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