X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=3b715967adc33792bc620d879602c3ffaa373027;hb=0ac0af6c62637a5fdb06ecfb8ba4b60f93bf9d75;hp=333a53567fdd9890d6d1137b0700e220d8d825ef;hpb=fdc36a79f130cf5ea121085e3ba05c0bdb80914f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 333a535..3b71596 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.08124'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -74,6 +74,8 @@ The community can be found via: =item * git: L +=item * twitter L + =back =head1 SYNOPSIS @@ -237,6 +239,8 @@ andyg: Andy Grundman ank: Andres Kievsky +arc: Aaron Crane + arcanez: Justin Hunter ash: Ash Berlin @@ -291,6 +295,8 @@ hobbs: Andrew Rodland ilmari: Dagfinn Ilmari MannsEker +initself: Mike Baas + jasonmay: Jason May jesper: Jesper Krogh @@ -401,6 +407,8 @@ willert: Sebastian Willert wreis: Wallace Reis +yrlnry: Mark Jason Dominus + zamolxes: Bogdan Lucaciu =head1 COPYRIGHT