X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=381644dcd85a2399b8fef136c14d83f1cd4b1fae;hb=1fb06d4e9a4d9d1abf95880144d659417b1c4ea8;hp=826c3bccc5ef2d5788386e64d6818a205c48dc30;hpb=7ff18dbd7fdaff372c7ec8476a62ccc9e5d5bb68;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 826c3bc..381644d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -73,12 +73,17 @@ my %force_requires_if_author = ( 'Test::Memory::Cycle' => 0, 'Devel::Cycle' => 1.10, + # t/inflate/datetime*.t + # t/72.pg + # t/36datetime.t # t/60core.t + 'DateTime::Format::SQLite' => 0, 'DateTime::Format::MySQL' => 0, - - # t/89inflate_datetime.t 'DateTime::Format::Pg' => 0, + # t/96_is_deteministic_value.t + 'DateTime::Format::Strptime' => 0, + # t/72pg.t $ENV{DBICTEST_PG_DSN} ? ('Sys::SigAction'=> 0) @@ -92,8 +97,8 @@ my %force_requires_if_author = ( 'namespace::clean' => 0.11, 'Hash::Merge', => 0.11, - # t/96_is_deteministic_value.t - 'DateTime::Format::Strptime' => 0, + # t/746sybase.t + 'DateTime::Format::Sybase' => 0, ); if ($Module::Install::AUTHOR) {