projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
841bbca
)
release v0.900201
master
v0.900201
Arthur Axel 'fREW' Schmidt [Tue, 30 Sep 2014 12:59:06 +0000 (07:59 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Journal.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
845c27f
..
a085034
100644
(file)
--- 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
(file)
--- 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