From: Ash Berlin Date: Tue, 4 Sep 2007 19:14:02 +0000 (+0000) Subject: Bump for New relase X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c94f64f9ad6dd8957ebb722e97e13ba24b546664;hp=ade8df5b7f265b5de75c6215914adf0627da5163;p=dbsrgits%2FDBIx-Class-Historic.git Bump for New relase --- diff --git a/Changes b/Changes index bf8a7ff..ccb5ded 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ 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 diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 14a99c3..854df8e 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -23,7 +23,7 @@ sub component_base_class { 'DBIx::Class' } # 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) = @_;