projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
534332e
)
release 0.900102
Arthur Axel "fREW" Schmidt [Thu, 24 Jun 2010 02:09:36 +0000 (
02:09
+0000)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Journal.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
68134c6
..
903b7df
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+0.900102 2010-06-23
+ - Fix a bad test and a silly assumption in population code
+
0.900101 2010-05-11
- Reupload because of a missing version number
diff --git
a/lib/DBIx/Class/Journal.pm
b/lib/DBIx/Class/Journal.pm
index
05c6798
..
63978f4
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.900101';
+our $VERSION = '0.900102';
$VERSION = eval $VERSION; # no errors in dev versions
## On create/insert, add new entry to AuditLog and new content to AuditHistory