From: Brian Cassidy Date: Tue, 18 Jan 2011 19:40:49 +0000 (-0400) Subject: prep release X-Git-Tag: 0.07^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7f6b6adc44f4bee02eeb295eea5632d39c391f6;p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git prep release --- diff --git a/Changes b/Changes index c3bdfe3..f08c3ae 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension DBIx::Class::DateTime::Epoch. +0.07 Tue Jan 19 2011 + - fix inflation/deflation routines so that non-epoch datetime columns + are handled correctly (woosley) + 0.06 Thu Jan 28 2009 - make sure regex for "int" is case insensitive (RT #54053) diff --git a/lib/DBIx/Class/DateTime/Epoch.pm b/lib/DBIx/Class/DateTime/Epoch.pm index 992a953..ec857f8 100644 --- a/lib/DBIx/Class/DateTime/Epoch.pm +++ b/lib/DBIx/Class/DateTime/Epoch.pm @@ -3,7 +3,7 @@ package DBIx::Class::DateTime::Epoch; use strict; use warnings; -our $VERSION = '0.06'; +our $VERSION = '0.07'; use base qw( DBIx::Class ); @@ -150,7 +150,7 @@ Adam Paynter Eadapay@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2010 by Brian Cassidy +Copyright 2006-2011 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.