Upgrade to v0.06999_04
Jess Robinson [Thu, 29 Jun 2006 21:44:29 +0000 (21:44 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 36715ff..0b309e5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.06999_04 2006-06-29 20:18:47
         - disable cdbi-t/02-Film.t warning tests under AS perl
         - fixups to MySQL tests (aka "work round mysql being retarded")
         - compat tweaks for Storage debug logging
index b2e39bb..da845f3 100644 (file)
@@ -13,7 +13,7 @@ sub component_base_class { 'DBIx::Class' }
 # 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.06999_03';
+$VERSION = '0.06999_04';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;