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)
# 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;