From: Jess Robinson Date: Mon, 6 Feb 2006 12:31:09 +0000 (+0000) Subject: Update version X-Git-Tag: v0.05005~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef9405823b80d479c833e3a2c18a31fe1f7e40d7;p=dbsrgits%2FDBIx-Class.git Update version --- diff --git a/Build.PL b/Build.PL index e972d77..8dbb25a 100644 --- a/Build.PL +++ b/Build.PL @@ -13,7 +13,7 @@ my %arguments = ( 'Class::C3' => 0.07, 'Storable' => 0, 'Class::Data::Accessor' => 0.01, - 'Carp::Clan' => 0, + 'Carp::Clan' => 0, 'DBI' => 1.40, }, build_requires => { diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 80a589f..6bedd06 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -13,7 +13,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.05001'; +$VERSION = '0.05002'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;