X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=88e3c3f579b751742f256cf22ae6f12e47ed4562;hb=59f27fc338728ada2cc29e392412720ccea4fb3a;hp=9d49b692868e172fc70c30b9f23477bf19e7e21a;hpb=7f6f5b6903a37eb52b4e08398ac4ce64ce35f8e1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 9d49b69..88e3c3f 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -25,7 +25,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.08109'; +$VERSION = '0.08111'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -233,11 +233,6 @@ merged back to trunk for a major release. L lists each task you might want help on, and the modules where you will find documentation. -=head1 COPYRIGHT - -Copyright (c) 2005 - 2009 the DBIx::Class L and L -as listed below. - =head1 AUTHOR mst: Matt S. Trout @@ -389,6 +384,11 @@ wreis: Wallace Reis zamolxes: Bogdan Lucaciu +=head1 COPYRIGHT + +Copyright (c) 2005 - 2009 the DBIx::Class L and L +as listed above. + =head1 LICENSE This library is free software and may be distributed under the same terms