X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=7d2b0044a3c3bc0eb5be1ee913b42d22d678468d;hb=5084f15645e4f05bb936eed4f87e56ac68e18953;hp=5c8d1ab5f5c3af9b83c07d7de9fbdfccc503eb3c;hpb=7ff0dace124e57d7e1485e1b7d10946396af3fc1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 5c8d1ab..7d2b004 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.08108'; +$VERSION = '0.08109'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -201,6 +201,11 @@ 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 @@ -330,6 +335,8 @@ semifor: Marc Mims solomon: Jared Johnson +spb: Stephen Bennett + sszabo: Stephan Szabo teejay : Aaron Trevena @@ -352,6 +359,7 @@ zamolxes: Bogdan Lucaciu =head1 LICENSE -You may distribute this code under the same terms as Perl itself. +This library is free software and may be distributed under the same terms +as perl itself. =cut