X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5d05239d5f514481e9949572dc1a31cb8df81e97;hb=1f4263ebe497f0a4a7dbde8850a8d1736946740d;hp=79da35febd8718fa7afa325356f43d5b28e0ee92;hpb=4b6337d5b06cec1f315585f82112f15e5fd64b58;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 79da35f..5d05239 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -113,6 +113,12 @@ my %force_requires_if_author = ( 'DateTime::Format::Oracle' => 0, ) : () , + + $ENV{DBICTEST_SYBASE_DSN} + ? ( + 'DateTime::Format::Sybase' => 0, + ) : () + , ); if ($Module::Install::AUTHOR) {