Revision history for DBIx::Class
0.06001
+ - minor fix to update in case of undefined rels
+ - fixes for cascade delete
+ - substantial improvements and fixes to deploy
- Added fix for quoting with single table
- Substantial fixes and improvements to deploy
- slice now uses search directly
# 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.06000';
+$VERSION = '0.06001';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;