Revision history for DBIx::Class
+0.08002 2007-06-20 06:10:00
- add scope guard to Row::insert to ensure rollback gets called
- more heuristics in Row::insert to try and get insert order right
- eliminate vestigial code in PK::Auto
# 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.08001';
+$VERSION = '0.08002';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;