Add author/license to pod
Peter Rabbitson [Sat, 13 Feb 2010 10:11:10 +0000 (10:11 +0000)]
lib/DBIx/Class/Optional/Dependencies.pm

index f4b26b5..dd5265e 100644 (file)
@@ -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<DBIx::Class/CONTRIBUTORS>.',
+    '=head1 LICENSE',
+    'You may distribute this code under the same terms as Perl itself',
   );
 
   my $fn = __FILE__;