release 0.900101
Arthur Axel "fREW" Schmidt [Tue, 11 May 2010 18:18:21 +0000 (18:18 +0000)]
Changes
lib/DBIx/Class/Journal.pm

diff --git a/Changes b/Changes
index d41a27e..68134c6 100644 (file)
--- 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.
 
index 481fd93..05c6798 100644 (file)
@@ -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