From: Arthur Axel "fREW" Schmidt Date: Tue, 11 May 2010 18:18:21 +0000 (+0000) Subject: release 0.900101 X-Git-Tag: v0.900201~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Journal.git;a=commitdiff_plain;h=a246b6a5c4512515a428eabf07d36c0c95300b1a release 0.900101 --- diff --git a/Changes b/Changes index d41a27e..68134c6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.900101 2010-05-11 + - Reupload because of a missing version number + 0.900100 2010-05-11 - Tiny bit of doc, besides that it's all of the below. diff --git a/lib/DBIx/Class/Journal.pm b/lib/DBIx/Class/Journal.pm index 481fd93..05c6798 100644 --- a/lib/DBIx/Class/Journal.pm +++ b/lib/DBIx/Class/Journal.pm @@ -5,7 +5,7 @@ use base qw/DBIx::Class/; use strict; use warnings; -our $VERSION = '0.900100'; +our $VERSION = '0.900101'; $VERSION = eval $VERSION; # no errors in dev versions ## On create/insert, add new entry to AuditLog and new content to AuditHistory