X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=ba81cc4518cab7be9a5342af485a3eb61de4199b;hb=7d3139ac1ff52213e2dad35fc9c9d1057711256a;hp=1d055946658687fd33c00bac4c105d37bd598091;hpb=aeb669b82b47ddabb73a36b9062d7cc616dcc112;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1d05594..ba81cc4 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.08121_01'; +$VERSION = '0.08123_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -61,8 +61,10 @@ The community can be found via: =over -=item * IRC: L +=item * IRC: irc.perl.org#dbix-class + +=for html +(click for instant chatroom login) =item * Mailing list: L @@ -72,6 +74,8 @@ The community can be found via: =item * git: L +=item * twitter L + =back =head1 SYNOPSIS @@ -227,6 +231,8 @@ aherzog: Adam Herzog Alexander Keusch +amiri: Amiri Barksdale + amoore: Andrew Moore andyg: Andy Grundman @@ -281,6 +287,8 @@ gphat: Cory G Watson groditi: Guillermo Roditi +Haarg: Graham Knop + hobbs: Andrew Rodland ilmari: Dagfinn Ilmari MannsEker @@ -341,10 +349,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 @@ -391,9 +403,9 @@ willert: Sebastian Willert wreis: Wallace Reis -zamolxes: Bogdan Lucaciu +yrlnry: Mark Jason Dominus -Possum: Daniel LeWarne +zamolxes: Bogdan Lucaciu =head1 COPYRIGHT