NAME
App::BuzzSaw - The BuzzSaw command-line application.
VERSION
This documentation refers to App::BuzzSaw version 0.11.2
SYNOPSIS
This module is not designed to be used directly. It is used by the buzzsaw
command-line application. The command-line application looks like:
use App::BuzzSaw;
App::BuzzSaw->run();
DESCRIPTION
This module provides the command-line interface handling for the buzzsaw
command. It extends the MooseX::App::Cmd class and configures it to load application modules from the BuzzSaw::Cmd namespace. It allows the use of any unambiguous shortened version of a longer application module name. For example, if the module is named BuzzSaw::FooBar
you can call it as buzzsaw foo
.
The BuzzSaw project provides a suite of tools for processing log file entries. Entries in files are parsed and filtered into a set of events of interest which are stored in a database. A report generation framework is also available which makes it easy to generate regular reports regarding the events discovered.
ATTRIBUTES
This class has no attributes.
SUBROUTINES/METHODS
This class has a single method:
- run
-
This method does the work of processing the command-line arguments and loading the appropriate BuzzSaw::Cmd module.
DEPENDENCIES
This module is powered by Moose. You will also need MooseX::App::Cmd
SEE ALSO
BuzzSaw, BuzzSaw::Cmd, App::Cmd
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
BUGS AND LIMITATIONS
Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.
AUTHOR
Stephen Quinney <squinney@inf.ed.ac.uk>
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.