If it's a public method, document it
Tomas Doran [Tue, 29 Jan 2013 20:18:40 +0000 (20:18 +0000)]
lib/Catalyst/ScriptRole.pm

index 2b46097..797a0d7 100644 (file)
@@ -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 useage text for the script you tried to invoke.
+
 =head1 ATTRIBUTES
 
 =head2 application_name