X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=4139212bf5555b050ec4caca1eb9f5b8cdd6be95;hb=5c9cada3a82f2e9b745fed877fcc20e155e44993;hp=ba81cc4518cab7be9a5342af485a3eb61de4199b;hpb=d52d4d6e066eca4c85c5f4f6cf7b005f0dc883bc;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index ba81cc4..4139212 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -27,7 +27,7 @@ sub component_base_class { 'DBIx::Class' } # Always remember to do all digits for the version even if they're 0 # 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.08123_01'; +$VERSION = '0.08123_02'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -239,6 +239,8 @@ andyg: Andy Grundman ank: Andres Kievsky +arc: Aaron Crane + arcanez: Justin Hunter ash: Ash Berlin