BuzzSaw
view release on metacpan or search on metacpan
lib/BuzzSaw/Cmd/Import.pm view on Meta::CPAN
=head1 ATTRIBUTES
This module has two attributes which are both accessible as
command-line options.
=over
=item configfile
This is a string which specifies the name of the configuration file to
use when loading the L<BuzzSaw::Importer> object. The default file is
C</etc/buzzsaw/importer.yaml>, you only need to specify this option if
you want to use an alternative file.
=item readall
This is a boolean value which controls whether to read all available
sources (no matter whether or not they have been previously
examined). The default is false.
=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 loads the new L<BuzzSaw::Importer> object using the
C<new_with_config> method. It provides the ability to override the
values of the attributes which are accessible as command-line
options. It then calls the C<import_events> method which does the real
work.
=back
=head1 DEPENDENCIES
This module is powered by L<Moose>. You will also need
L<MooseX::Types> and L<MooseX::App::Cmd>
=head1 SEE ALSO
L<BuzzSaw>, L<BuzzSaw::Cmd>, L<BuzzSaw::Importer>, 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 0.690 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )