projects
/
dbsrgits/DBIx-Class-Tree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bfeda3d
)
Release 0.03002
0.03002
Arthur Axel "fREW" Schmidt [Fri, 24 Sep 2010 05:00:00 +0000 (
00:00
-0500)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Tree.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
441e145
..
ef75b2b
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,8
@@
Revision history for DBIx::Class::Tree
+0.03002 2010-09-23
+ - Added various docs
- Added ordered ancesors (nebulous)
0.03001 2010-04-25
diff --git
a/lib/DBIx/Class/Tree.pm
b/lib/DBIx/Class/Tree.pm
index
ea0514e
..
20610f6
100644
(file)
--- a/
lib/DBIx/Class/Tree.pm
+++ b/
lib/DBIx/Class/Tree.pm
@@
-6,7
+6,7
@@
use warnings;
use base qw( DBIx::Class );
-our $VERSION = '0.03001';
+our $VERSION = '0.03002';
1;
__END__