From: Peter Rabbitson Date: Tue, 21 Sep 2010 04:36:04 +0000 (+0200) Subject: Fix RT61503 (bump DateTime::Format::Pg dep) X-Git-Tag: v0.08124~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab35aeab54799f0ffdec51c55fb4546ad5e0188e;p=dbsrgits%2FDBIx-Class.git Fix RT61503 (bump DateTime::Format::Pg dep) --- diff --git a/Changes b/Changes index 3a6ad78..b009881 100644 --- 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 diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index 8af7050..df4a3ac 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -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', }, },