X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource%2FTable.pm;h=ac7d3088692f4b26eff83738cf756ccced40ce7f;hb=a2bd379666d729133d65c85dc775627937084b18;hp=1e563596bae1a53f16318dfb2570b3c804514f76;hpb=75d079145a507a0e5ff89b2676d383f4fd1a5511;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/ResultSource/Table.pm b/lib/DBIx/Class/ResultSource/Table.pm index 1e56359..ac7d308 100644 --- a/lib/DBIx/Class/ResultSource/Table.pm +++ b/lib/DBIx/Class/ResultSource/Table.pm @@ -5,8 +5,6 @@ use warnings; use DBIx::Class::ResultSet; -use Carp qw/croak/; - use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/ResultSource/); @@ -18,7 +16,7 @@ DBIx::Class::ResultSource::Table - Table object =head1 DESCRIPTION -Table object that inherits from L +Table object that inherits from L. =head1 METHODS @@ -30,15 +28,17 @@ Returns the FROM entry for the table (i.e. the table name) sub from { shift->name; } -1; - -=head1 AUTHORS +=head1 FURTHER QUESTIONS? -Matt S. Trout +Check the list of L. -=head1 LICENSE +=head1 COPYRIGHT AND LICENSE -You may distribute this code under the same terms as Perl itself. +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. =cut +1;