projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a837c6
)
you cannot take off a version number
Arthur Axel "fREW" Schmidt [Tue, 11 May 2010 17:39:44 +0000 (17:39 +0000)]
lib/DBIx/Class/Schema/Journal.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Journal.pm
b/lib/DBIx/Class/Schema/Journal.pm
index
29aaefc
..
6e51c62
100644
(file)
--- a/
lib/DBIx/Class/Schema/Journal.pm
+++ b/
lib/DBIx/Class/Schema/Journal.pm
@@
-22,6
+22,7
@@
__PACKAGE__->mk_classdata('journal_prefix');
use strict;
use warnings;
+our $VERSION = '0.01';
sub _journal_schema_prototype {
my $self = shift;