projects
/
dbsrgits/DBIx-Class-Tree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ab184e4
)
Release 0.03003
0.03003
Alexander Hartmaier [Thu, 20 Jan 2011 16:43:44 +0000 (17:43 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Tree.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8cdbe24
..
1582bd1
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,8
@@
Revision history for DBIx::Class::Tree
+0.03003 2011-01-20
+ - The repository has been migrated from subversion to git
- Optimized is_leaf to not trigger another query if the children
releationship is prefetched
diff --git
a/lib/DBIx/Class/Tree.pm
b/lib/DBIx/Class/Tree.pm
index
47e5a56
..
19bff08
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.03002';
+our $VERSION = '0.03003';
1;
__END__