[Bast-commits] r3885 - in DBIx-Class/0.08/trunk: . lib/DBIx
ash at dev.catalyst.perl.org
ash at dev.catalyst.perl.org
Fri Nov 16 14:30:51 GMT 2007
Author: ash
Date: 2007-11-16 14:30:51 +0000 (Fri, 16 Nov 2007)
New Revision: 3885
Modified:
DBIx-Class/0.08/trunk/Changes
DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
Log:
Version bump
Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes 2007-11-16 14:04:32 UTC (rev 3884)
+++ DBIx-Class/0.08/trunk/Changes 2007-11-16 14:30:51 UTC (rev 3885)
@@ -1,4 +1,6 @@
Revision history for DBIx::Class
+
+0.08008 2007-11-16 14:30:00
- Fixed join merging bug (test from Zby)
- When adding relationships, it will throw an exception if you get the
foreign and self parts the wrong way round in the condition
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2007-11-16 14:04:32 UTC (rev 3884)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2007-11-16 14:30:51 UTC (rev 3885)
@@ -24,7 +24,7 @@
# i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
# brain damage and presumably various other packaging systems too
-$VERSION = '0.08007';
+$VERSION = '0.08008';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code, at attrs) = @_;
More information about the Bast-commits
mailing list