From: Adam Paynter Date: Mon, 17 Jul 2006 11:21:18 +0000 (+0000) Subject: re-release X-Git-Tag: 0.02^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git;a=commitdiff_plain;h=c553ccdbff3df482c192ffcb668fbb9161ebc7d1 re-release --- diff --git a/Changes b/Changes index 1aeee81..50a7dd8 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension DBIx::Class::DateTime::Epoch. +0.02 Mon Jul 17 2006 + - Re-release onto CPAN + 0.01 Wed Mar 22 2006 - original version; \ No newline at end of file diff --git a/lib/DBIx/Class/DateTime/Epoch.pm b/lib/DBIx/Class/DateTime/Epoch.pm index fe33d0f..e18e3d4 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.01'; +our $VERSION = '0.02'; use base qw( DBIx::Class ); @@ -85,6 +85,8 @@ even if it has been already set. =item * Brian Cassidy Ebricas@cpan.orgE +=item * Adam Paynter Eadapay@cpan.orgE + =back =head1 COPYRIGHT AND LICENSE