X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FAdmin%2FUsage.pm;h=d479ae5dcd322fc0791e6cb51fb72f3b4c3d9b67;hb=a2bd379666d729133d65c85dc775627937084b18;hp=2e0270592e76ca053e7348e954955df35e3755fa;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Admin/Usage.pm b/lib/DBIx/Class/Admin/Usage.pm index 2e02705..d479ae5 100644 --- a/lib/DBIx/Class/Admin/Usage.pm +++ b/lib/DBIx/Class/Admin/Usage.pm @@ -1,6 +1,8 @@ package # hide from PAUSE DBIx::Class::Admin::Usage; +use warnings; +use strict; use base 'Getopt::Long::Descriptive::Usage'; @@ -21,7 +23,7 @@ sub set_simple { -# This returns the usage formated as a pod document +# This returns the usage formatted as a pod document sub pod { my ($self) = @_; return join qq{\n}, $self->pod_leader_text, $self->pod_option_text, $self->pod_authorlic_text; @@ -39,7 +41,7 @@ sub pod_authorlic_text { return join ("\n\n", '=head1 AUTHORS', - 'See L', + 'See L', '=head1 LICENSE', 'You may distribute this code under the same terms as Perl itself', '=cut',