From: Peter Rabbitson Date: Sun, 21 Feb 2010 09:51:13 +0000 (+0000) Subject: Shuffle tests a bit X-Git-Tag: v0.08120~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c92bb1cf210d30baa216d74580da348da54f5c0;p=dbsrgits%2FDBIx-Class.git Shuffle tests a bit --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index b5845d1..7fbdda4 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -115,6 +115,14 @@ my $reqs = { # t/96_is_deteministic_value.t 'DateTime::Format::Strptime'=> '0', + + # t/inflate/datetime_mysql.t + # (doesn't need Mysql itself) + 'DateTime::Format::MySQL' => '0', + + # t/inflate/datetime_pg.t + # (doesn't need PG itself) + 'DateTime::Format::Pg' => '0', }, }, @@ -135,7 +143,6 @@ my $reqs = { ? ( 'Sys::SigAction' => '0', 'DBD::Pg' => '2.009002', - 'DateTime::Format::Pg' => '0', ) : () }, }, @@ -144,7 +151,6 @@ my $reqs = { req => { $ENV{DBICTEST_MYSQL_DSN} ? ( - 'DateTime::Format::MySQL' => '0', 'DBD::mysql' => '0', ) : () },