X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=56f94dcb9f6ca63f244a0f11467f5bf98cee91fa;hb=b703fec7f5767eb8240771f1a07a518b34855768;hp=a9aa96bdaaea8fc7c50e735a82fc4d20ae87e0be;hpb=033955f9da37625ab6d0cf69fa83db5847a0a558;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a9aa96b..56f94dc 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.08120'; +$VERSION = '0.08120_1'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -222,6 +222,8 @@ abraxxa: Alexander Hartmaier aherzog: Adam Herzog +amoore: Andrew Moore + andyg: Andy Grundman ank: Andres Kievsky @@ -260,6 +262,8 @@ dkubb: Dan Kubb dnm: Justin Wheeler +dpetrov: Dimitar Petrov + dwc: Daniel Westermann-Clark dyfrgi: Michael Leuchtenburg