X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScriptRole.pm;h=4bab7859988e029beeac7ebb0269eb7b6dc8b6e1;hb=e5cd6cc061d87d09a29fe67c7c3ab8fc386a5af0;hp=2b460972935a60c01815281690e98f750d3eb5e4;hpb=8ba2999969105bb9079e0c42473d88e4b73e079a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ScriptRole.pm b/lib/Catalyst/ScriptRole.pm index 2b46097..4bab785 100644 --- a/lib/Catalyst/ScriptRole.pm +++ b/lib/Catalyst/ScriptRole.pm @@ -57,9 +57,6 @@ sub _getopt_spec_warnings { warn @_; } -=for Pod::Coverage - print_usage_text -=cut sub print_usage_text { my $self = shift; pod2usage(); @@ -127,6 +124,10 @@ Role with the common functionality of Catalyst scripts. The method invoked to run the application. +=head2 print_usage_text + +Prints out the usage text for the script you tried to invoke. + =head1 ATTRIBUTES =head2 application_name