X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=31c7f12fc0457a778c3087d6c6c0019e55c72010;hb=496d9df93b1115a631a1f6325456d32db01ca24d;hp=1cb6a68321d42ce3c0a06fd554a670c3300db51a;hpb=f0bb26f3f0d994041c6fb4382afef87293af2cc2;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 1cb6a68..31c7f12 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' } # 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.08099_04'; +$VERSION = '0.08099_06'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -217,6 +217,8 @@ bluefeet: Aran Deltac bricas: Brian Cassidy +caelum: Rafael Kitover + captainL: Luke Saunders castaway: Jess Robinson @@ -277,13 +279,17 @@ perigrin: Chris Prather phaylon: Robert Sedlacek +plu: Johannes Plunien + quicksilver: Jules Bean rafl: Florian Ragwitz rdj: Ryan D Johnson -ribasushi: Peter Rabbitson +ribasushi: Peter Rabbitson + +rjbs: Ricardo Signes sc_: Just Another Perl Hacker @@ -309,6 +315,8 @@ willert: Sebastian Willert zamolxes: Bogdan Lucaciu +norbi: Norbert Buchmuller + =head1 LICENSE You may distribute this code under the same terms as Perl itself.