Bump version and update Changes for _06
Daniel Westermann-Clark [Sat, 28 Jan 2006 21:12:27 +0000 (21:12 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 67c2250..5407125 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for DBIx::Class
 
+0.04999_06
+        - fix Storage/DBI (tried to load deprecated ::Exception component)
+
+0.04999_05 2006-01-28 20:13:52
         - count will now work for grouped resultsets
         - added accessor => option to column_info to specify accessor name
         - added $schema->populate to load test data (similar to AR fixtures)
index 93c70e6..fad42e1 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.04999_05';
+$VERSION = '0.04999_06';
 
 1;