projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dd417d0
)
Updated version to 0.03001, added bug fixes to Changes
Matt S Trout [Fri, 23 Sep 2005 17:18:52 +0000 (17:18 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
2c6a9d1
..
9c3bd14
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,10
@@
Revision history for DBIx::Class
\r
\r
-0.03
\r
+0.03001
\r
+ - Fixes to relationship helpers
\r
+ - IMPORTANT: prefetch/schema combination bug fix
\r
+
\r
+0.03 2005-09-20
\r
- Paging support
\r
- Join support on search
\r
- Prefetch support on search
\r
diff --git
a/lib/DBIx/Class.pm
b/lib/DBIx/Class.pm
index
db6eda0
..
40164e6
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.03';
+$VERSION = '0.03001';
1;