fix comments
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 7d8175f..8033b36 100644 (file)
@@ -72,6 +72,9 @@ my %force_requires_if_author = (
 
   # t/60core.t
   'DateTime::Format::MySQL'   => 0,
+  
+  # t/89inflate_datetime.t
+  'DateTime::Format::Pg'      => 0,
 
   # t/72pg.t
   $ENV{DBICTEST_PG_DSN}
@@ -87,7 +90,6 @@ my %force_requires_if_author = (
   'Hash::Merge',                  => 0.11,
 
   # t/96_is_deteministic_value.t
-  # t/746sybase.t
   'DateTime::Format::Strptime' => 0,
 );