X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a4b676406d93c297623241e73e0afed3d081eadd;hb=d778a814639367cf6c2f8b45ec625c293ba02529;hp=adbd004c33d901c6db25b1f13e2a281506f06a43;hpb=59f27fc338728ada2cc29e392412720ccea4fb3a;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index adbd004..a4b6764 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -110,6 +110,12 @@ my %force_requires_if_author = ( 'DateTime::Format::Oracle' => '0', ) : () , + + $ENV{DBICTEST_SYBASE_DSN} + ? ( + 'DateTime::Format::Sybase' => 0, + ) : () + , ); @@ -126,7 +132,7 @@ resources 'license' => 'http://dev.perl.org/licenses/'; resources 'repository' => 'http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; -no_index 'DBIx::Class::Storage::DBI::Sybase::Base'; +no_index 'DBIx::Class::Storage::DBI::Sybase::Common'; no_index 'DBIx::Class::SQLAHacks'; no_index 'DBIx::Class::SQLAHacks::MSSQL'; no_index 'DBIx::Class::Storage::DBI::AmbiguousGlob';