From: Arthur Axel 'fREW' Schmidt Date: Tue, 30 Sep 2014 12:59:06 +0000 (-0500) Subject: release v0.900201 X-Git-Tag: v0.900201^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;p=dbsrgits%2FDBIx-Class-Journal.git release v0.900201 --- diff --git a/Changes b/Changes index 845c27f..a085034 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.900201 2014-09-30 - Fix for 5.18 and 5.20 - Don't copy column data from schema that does anything other than define data type. e.g. autoinc stuff diff --git a/lib/DBIx/Class/Journal.pm b/lib/DBIx/Class/Journal.pm index 63978f4..ac2147b 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.900102'; +our $VERSION = '0.900201'; $VERSION = eval $VERSION; # no errors in dev versions ## On create/insert, add new entry to AuditLog and new content to AuditHistory