From: Peter Rabbitson Date: Sat, 13 Feb 2010 10:11:10 +0000 (+0000) Subject: Add author/license to pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb8ae353b1ab7f53dd9743f06af2a3dd7b326cba;p=dbsrgits%2FDBIx-Class-Historic.git Add author/license to pod --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index f4b26b5..dd5265e 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -327,7 +327,10 @@ EOD Returns a hashref containing the actual errors that occured while attempting to load each module in the requirement group. EOD - + '=head1 AUTHOR', + 'See L.', + '=head1 LICENSE', + 'You may distribute this code under the same terms as Perl itself', ); my $fn = __FILE__;