BuzzSaw

 view release on metacpan or  search on metacpan

lib/BuzzSaw/Cmd.pm  view on Meta::CPAN

be used as command-line options by applying the C<Getopt> trait, see
L<MooseX::Getopt> for details.

=over

=item verbose

Ensure the logging level is at least C<verbose>, this will enable INFO
messages.

=item debug

Ensure the logging level is at least C<debug>, this will enable DEBUG
and INFO messages.

=item logconf

BuzzSaw applications use the L<Log::Log4perl> module for all
logging. By default the applications will be configured to send
messages to stdout/stderr at the WARN level. If you wish to do
something more complicated you can pass in a path to a configuration
file and it will be used to initialise the logger. The default path is
C</etc/buzzsaw/log4perl.conf>

=back

=head1 SUBROUTINES/METHODS

=over

=item abstract

This method may be used to return a short string which describes the
purpose of the application. The abstract is used when auto-generating
help messages.

=item execute

This method does the actual work of the application and it MUST be
implemented.

=back

=head1 DEPENDENCIES

This module is powered by L<Moose>. You will also need
L<MooseX::App::Cmd> and L<Log::Log4perl>

=head1 SEE ALSO

L<BuzzSaw>, L<MooseX::App::Cmd::Command>, L<App::Cmd::Command>, L<MooseX::Getopt>

=head1 PLATFORMS

This is the list of platforms on which we have tested this
software. We expect this software to work on any Unix-like platform
which is supported by Perl.

ScientificLinux6

=head1 BUGS AND LIMITATIONS

Please report any bugs or problems (or praise!) to bugs@lcfg.org,
feedback and patches are also always very welcome.

=head1 AUTHOR

    Stephen Quinney <squinney@inf.ed.ac.uk>

=head1 LICENSE AND COPYRIGHT

    Copyright (C) 2012 University of Edinburgh. All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the terms of the GPL, version 2 or later.

=cut



( run in 1.953 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )