Fix RT61503 (bump DateTime::Format::Pg dep)
Peter Rabbitson [Tue, 21 Sep 2010 04:36:04 +0000 (06:36 +0200)]
Changes
lib/DBIx/Class/Optional/Dependencies.pm

diff --git a/Changes b/Changes
index 3a6ad78..b009881 100644 (file)
--- a/Changes
+++ b/Changes
@@ -44,6 +44,8 @@ Revision history for DBIx::Class
           when thrown from udner DBIC (e.g. from txn_do)
         - No longer disconnecting database handles supplied to connect
           via a coderef
+        - Fixed t/inflate/datetime_pg.t failures due to a low dependency
+          on DateTime::Format::Pg (RT#61503)
 
     * Misc
         - Refactored capability handling in Storage::DBI, allows for
index 8af7050..df4a3ac 100644 (file)
@@ -148,7 +148,7 @@ my $reqs = {
       %$datetime_basic,
       # t/inflate/datetime_pg.t
       # (doesn't need PG itself)
-      'DateTime::Format::Pg'      => '0',
+      'DateTime::Format::Pg'      => '0.16004',
     },
   },