X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=9c6b30684d41c93baa7d44bd384940f8e30b864a;hb=dc7d89911b7bb98c30208cf73af522a99998dcd6;hp=39407dc848297365877c1af0ad9e2b939a8517ef;hpb=fb13a49f17a0e0a49638080a4bd826fb3702aebe;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 39407dc..9c6b306 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -16,6 +16,8 @@ __PACKAGE__->load_components(qw/ 1; +__END__ + =head1 NAME DBIx::Class::Core - Core set of DBIx::Class modules @@ -51,12 +53,13 @@ The core modules currently are: A better overview of the methods found in a Result class can be found in L. -=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.