Revision history for DBIx::Class
+0.06999_05 2006-07-04 14:40:01
- fix issue with incorrect $rs->{attrs}{$alias}
- fix subclassing issue with source_name
- tweak quotes test to output text on failure
# 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_04';
+$VERSION = '0.06999_05';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;