X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource%2FTable.pm;h=7c8dbe7051507c79c6017754ef8262c4bb8abad0;hb=0c11ad0ee5c8407f6b87d6e15c62a1b445076dc0;hp=cf263d17c3927ccc4b7b3ee118a030b907665194;hpb=aaba95249e9b4a986ff3f5820e6c95e2ecae68f9;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSource/Table.pm b/lib/DBIx/Class/ResultSource/Table.pm index cf263d1..7c8dbe7 100644 --- a/lib/DBIx/Class/ResultSource/Table.pm +++ b/lib/DBIx/Class/ResultSource/Table.pm @@ -16,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,9 +30,9 @@ sub from { shift->name; } 1; -=head1 AUTHORS +=head1 AUTHOR AND CONTRIBUTORS -Matt S. Trout +See L and L in DBIx::Class =head1 LICENSE