Revision history for DBIx::Class
+0.08007 2007-09-04 19:36:00
- patch for Oracle datetime inflation (abram@arin.net)
- added on_disconnect_do
- on_connect_do and on_disconnect_do take coderefs and arrayrefs
# 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.08006';
+$VERSION = '0.08007';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;