SYNOPSIS
package MyApp::Script::Foo;
use Moose;
use namespace::autoclean;
with 'Catalyst::ScriptRole';
sub _application_args { ... }
DESCRIPTION
Role with the common functionality of Catalyst scripts.METHODS
run
The method invoked to run the application.print_usage_text
Prints out the usage text for the script you tried to invoke.ATTRIBUTES
application_name
The name of the application class, e.g. MyAppAUTHORS
Catalyst Contributors, see Catalyst.pmCOPYRIGHT
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.