Merge 'trunk' into 'DBIx-Class-current'
David Kamholz [Thu, 6 Jul 2006 21:40:24 +0000 (21:40 +0000)]
r13443@haferschleim (orig r2096):  antirice | 2006-07-04 05:57:26 +0200
SQL::Abstract compatability
r13444@haferschleim (orig r2097):  matthewt | 2006-07-04 06:00:22 +0200
reverted commit that should have gone on branches/subselect
r13533@haferschleim (orig r2117):  jguenther | 2006-07-06 01:35:53 +0200
updated my contact info

1  2 
lib/DBIx/Class.pm

diff --combined lib/DBIx/Class.pm
@@@ -13,7 -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.06003';
 +$VERSION = '0.06999_05';
  
  sub MODIFY_CODE_ATTRIBUTES {
      my ($class,$code,@attrs) = @_;
@@@ -180,9 -180,7 +180,9 @@@ andyg: Andy Grundman <andy@hybridized.o
  
  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>
  
@@@ -206,10 -204,8 +206,10 @@@ castaway: Jess Robinso
  
  quicksilver: Jules Bean
  
- jguenther: Justin Guenther <guentherj@agr.gc.ca>
+ jguenther: Justin Guenther <jguenther@cpan.org>
  
 +captainL: Luke Saunders <luke.saunders@gmail.com>
 +
  draven: Marcus Ramberg <mramberg@cpan.org>
  
  nigel: Nigel Metheringham <nigelm@cpan.org>
@@@ -226,12 -222,12 +226,12 @@@ scotty: Scotty Allen <scotty@scottyalle
  
  sszabo: Stephan Szabo <sszabo@bigpanda.com>
  
 -captainL: Luke Saunders <luke.saunders@gmail.com>
 -
  Todd Lipcon
  
  wdh: Will Hawes
  
 +gphat: Cory G Watson <gphat@cpan.org>
 +
  =head1 LICENSE
  
  You may distribute this code under the same terms as Perl itself.