projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
47bbe59
)
Upped version to 0.03 :)
Matt S Trout [Fri, 9 Sep 2005 08:43:47 +0000 (08:43 +0000)]
lib/DBIx/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class.pm
b/lib/DBIx/Class.pm
index
6acc72c
..
83064ce
100644
(file)
--- a/
lib/DBIx/Class.pm
+++ b/
lib/DBIx/Class.pm
@@
-6,7
+6,7
@@
use warnings;
use vars qw($VERSION);
use base qw/DBIx::Class::Componentised/;
-$VERSION = '0.02';
+$VERSION = '0.03';
1;