X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7f935b1f53524a11b33ae8f83fae2fd62ca93e08;hb=0c1fed94374f609e393829648195cecd1cfecf03;hp=3713df10f7ac458fd3ca0a0b812297ccfca98b2d;hpb=40f751811e773082d1cc654f15f06ef65749a9e9;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 3713df1..7f935b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -81,6 +81,9 @@ my %force_requires_if_author = ( 'DateTime::Format::MySQL' => 0, 'DateTime::Format::Pg' => 0, + # t/73oracle_inflate.t + 'DateTime::Format::Oracle' => 0, + # t/96_is_deteministic_value.t 'DateTime::Format::Strptime' => 0,