Prepping 0.07002 for release
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index 5bfd5bc..89c7268 100644 (file)
@@ -13,7 +13,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.06999_03';
+$VERSION = '0.07002';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;
@@ -180,47 +180,51 @@ andyg: Andy Grundman <andy@hybridized.org>
 
 ank: Andres Kievsky
 
-blblack: Brandon Black
+blblack: Brandon L. Black <blblack@gmail.com>
 
 bluefeet: Aran Deltac <bluefeet@cpan.org>
 
-LTJake: Brian Cassidy <bricas@cpan.org>
+captainL: Luke Saunders <luke.saunders@gmail.com>
+
+castaway: Jess Robinson
 
 claco: Christopher H. Laco
 
 clkao: CL Kao
 
-typester: Daisuke Murase <typester@cpan.org>
-
 dkubb: Dan Kubb <dan.kubb-cpan@onautopilot.com>
 
-Numa: Dan Sully <daniel@cpan.org>
+draven: Marcus Ramberg <mramberg@cpan.org>
 
 dwc: Daniel Westermann-Clark <danieltwc@cpan.org>
 
-ningu: David Kamholz <dkamholz@cpan.org>
+dyfrgi: Michael Leuchtenburg <michael@slashhome.org>
+
+gphat: Cory G Watson <gphat@cpan.org>
 
 jesper: Jesper Krogh
 
-castaway: Jess Robinson
+jguenther: Justin Guenther <jguenther@cpan.org>
 
-quicksilver: Jules Bean
+konobi: Scott McWhirter
 
-jguenther: Justin Guenther <guentherj@agr.gc.ca>
+LTJake: Brian Cassidy <bricas@cpan.org>
 
-captainL: Luke Saunders <luke.saunders@gmail.com>
+nigel: Nigel Metheringham <nigelm@cpan.org>
 
-draven: Marcus Ramberg <mramberg@cpan.org>
+ningu: David Kamholz <dkamholz@cpan.org>
 
-nigel: Nigel Metheringham <nigelm@cpan.org>
+Numa: Dan Sully <daniel@cpan.org>
 
 paulm: Paul Makepeace
 
+penguin: K J Cheetham
+
 phaylon: Robert Sedlacek <phaylon@dunkelheit.at>
 
-sc_: Just Another Perl Hacker
+quicksilver: Jules Bean
 
-konobi: Scott McWhirter
+sc_: Just Another Perl Hacker
 
 scotty: Scotty Allen <scotty@scottyallen.com>
 
@@ -228,13 +232,14 @@ sszabo: Stephan Szabo <sszabo@bigpanda.com>
 
 Todd Lipcon
 
+typester: Daisuke Murase <typester@cpan.org>
+
 wdh: Will Hawes
 
-gphat: Cory G Watson <gphat@cpan.org>
+zamolxes: Bogdan Lucaciu <bogdan@wiz.ro>
 
 =head1 LICENSE
 
 You may distribute this code under the same terms as Perl itself.
 
 =cut
-