X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=4139212bf5555b050ec4caca1eb9f5b8cdd6be95;hb=5c9cada3a82f2e9b745fed877fcc20e155e44993;hp=a0a090df45aaf17ef0d3a9f5890bd635bb7fd24d;hpb=9aa2ba09e8493a60dfb6f9ef77bb56421650f7e9;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a0a090d..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'; +$VERSION = '0.08123_02'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -64,7 +64,7 @@ The community can be found via: =item * IRC: irc.perl.org#dbix-class =for html -(click for instant chatroom login) +(click for instant chatroom login) =item * Mailing list: L @@ -74,6 +74,8 @@ The community can be found via: =item * git: L +=item * twitter L + =back =head1 SYNOPSIS @@ -229,12 +231,16 @@ aherzog: Adam Herzog Alexander Keusch +amiri: Amiri Barksdale + amoore: Andrew Moore andyg: Andy Grundman ank: Andres Kievsky +arc: Aaron Crane + arcanez: Justin Hunter ash: Ash Berlin @@ -345,10 +351,14 @@ phaylon: Robert Sedlacek plu: Johannes Plunien +Possum: Daniel LeWarne + quicksilver: Jules Bean rafl: Florian Ragwitz +rainboxx: Matthias Dietrich + rbo: Robert Bohne rbuels: Robert Buels @@ -395,9 +405,9 @@ willert: Sebastian Willert wreis: Wallace Reis -zamolxes: Bogdan Lucaciu +yrlnry: Mark Jason Dominus -Possum: Daniel LeWarne +zamolxes: Bogdan Lucaciu =head1 COPYRIGHT