Fedora-App-ReviewTool

 view release on metacpan or  search on metacpan

lib/Fedora/App/ReviewTool.pm  view on Meta::CPAN


// Begin /////////////////////////////////////////////
[% branch_req -%]
// End ///////////////////////////////////////////////
__[ verbose_submit ]__
#!#!#!#!#!#!#!#!#!!#!#!!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#
Pkg:      [% bug.name          %]
Summary:  [% bug.summary       %]
SRPM:     [% bug.srpm.basename %]

// Begin tix body ////////////////////////////////////////////////////
[% body %]
// End tix body //////////////////////////////////////////////////////

__[ import_task_review ]__

// Task Review ///////////////////////////////////////////////////////

[% FOREACH job = jobs -%]
    [% job %]
[% END -%]

There are [% jobs.size %] jobs total, and will be executed 3 at a time.

__[ pod ]__

=head1 NAME

Fedora::App::ReviewTool - Application class for ReviewTool

=head1 SYNOPSIS

    # in your script...
    use Fedora::App::ReviewTool;

    Fedora::App::ReviewTool->run;

=head1 DESCRIPTION

B<THIS CODE IS STILL UNDER MAJOR FLUX; YMMV!>

Application class for ReviewTool.  We don't do much except extend the 
base (L<MooseX::App::Cmd>) and provide a common place to keep our templates
(a la L<Data::Section>).

=head1 METHODS 

=head2 data_section()

Returns a reference to the named data section (in our case, typically
templates).

=head2 meta()

Access to our metaclass.

=head1 SEE ALSO

L<Data::Section>, L<MooseX::App::Cmd>, L<App::Cmd>.

=head1 BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Chris Weyl <cweyl@alumni.drew.edu>, or (preferred) 
to this package's RT tracker at E<bug-PACKAGE@rt.cpan.org>.

Patches are welcome.

=head1 AUTHOR

Chris Weyl  <cweyl@alumni.drew.edu>


=head1 LICENSE AND COPYRIGHT

Copyright (c) 2009 Chris Weyl <cweyl@alumni.drew.edu>

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the 

    Free Software Foundation, Inc.
    59 Temple Place, Suite 330
    Boston, MA  02111-1307  USA

=cut





( run in 1.141 second using v1.01-cache-2.11-cpan-97f6503c9c8 )