X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStartupCheck.pm;h=17ca65f7930d8f74bc59162a47c5f3c52680a4a1;hb=97940e368df996e1fe6111fb14f560594dc4c0b2;hp=10b554aabf0e9a1e30b8be9c9e85a356e444b6ac;hpb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/StartupCheck.pm b/lib/DBIx/Class/StartupCheck.pm index 10b554a..17ca65f 100644 --- a/lib/DBIx/Class/StartupCheck.pm +++ b/lib/DBIx/Class/StartupCheck.pm @@ -1,7 +1,11 @@ package DBIx::Class::StartupCheck; -use strict; use warnings; +use strict; + +1; + +__END__ =head1 NAME @@ -30,22 +34,13 @@ warning message on startup sent to STDERR, explaining what to do about it and how to suppress the message. If you don't see any messages, you have nothing to worry about. -=head1 CONTRIBUTORS - -Nigel Metheringham +=head1 FURTHER QUESTIONS? -Brandon Black +Check the list of L. -Matt S. Trout +=head1 COPYRIGHT AND LICENSE -=head1 AUTHOR - -Jon Schutz - -=head1 LICENSE - -You may distribute this code under the same terms as Perl itself. - -=cut - -1; +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L.