X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FPK%2FAuto.pm;h=b4d509cb3d4e0131ba07647178b11e101426a14d;hb=a2bd379666;hp=26bd6df729e3788ee54825d4344079e85447df0f;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/PK/Auto.pm b/lib/DBIx/Class/PK/Auto.pm index 26bd6df..b4d509c 100644 --- a/lib/DBIx/Class/PK/Auto.pm +++ b/lib/DBIx/Class/PK/Auto.pm @@ -7,6 +7,8 @@ use warnings; 1; +__END__ + =head1 NAME DBIx::Class::PK::Auto - Automatic primary key class @@ -41,12 +43,13 @@ The code that was handled here is now in Row for efficiency. The code that was handled here is now in ResultSource, and is being proxied to Row as well. -=head1 AUTHOR AND CONTRIBUTORS - -See L and L in DBIx::Class +=head1 FURTHER QUESTIONS? -=head1 LICENSE +Check the list of L. -You may distribute this code under the same terms as Perl itself. +=head1 COPYRIGHT AND LICENSE -=cut +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L.