X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStartupCheck.pm;h=dff403bc3c8de487a534e43c7eec318be65e8635;hb=a2bd379666d729133d65c85dc775627937084b18;hp=10b554aabf0e9a1e30b8be9c9e85a356e444b6ac;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/StartupCheck.pm b/lib/DBIx/Class/StartupCheck.pm index 10b554a..dff403b 100644 --- a/lib/DBIx/Class/StartupCheck.pm +++ b/lib/DBIx/Class/StartupCheck.pm @@ -3,6 +3,10 @@ package DBIx::Class::StartupCheck; use strict; use warnings; +1; + +__END__ + =head1 NAME DBIx::Class::StartupCheck - Run environment checks on startup @@ -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 - -Brandon Black +=head1 FURTHER QUESTIONS? -Matt S. Trout +Check the list of L. -=head1 AUTHOR +=head1 COPYRIGHT AND LICENSE -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.