X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=b2e39bb0e7d33912155597665b343af5b35453c8;hb=967a4c4085807751ddaa33746906d342cb53bc12;hp=9336d27a587b71cf860ce6538f462901fe7a2cb8;hpb=83ab85eaf574f3ffe429f74d595095162cf1cdaa;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 9336d27..b2e39bb 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.06999_02'; +$VERSION = '0.06999_03'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -180,7 +180,7 @@ andyg: Andy Grundman ank: Andres Kievsky -blblack: Brandon Black +blblack: Brandon L. Black bluefeet: Aran Deltac