App-TaskBuilder

 view release on metacpan or  search on metacpan

lib/App/TaskBuilder.pm  view on Meta::CPAN

  task-builder --name Task::Foo --version 0.123 --require Some::Module=1.01

  # writes 'Task-Foo-0.123.tar.gz'

=head1 DESCRIPTION

Naming a package C<Task::Something> is a convention for distributions that
exist only to make sure that a certain set of modules is installed.

Building these Task distributions by hand is a pain.  App::TaskBuilder
automates the process, giving you a tarball that you can then upload,
manipulate with CPAN/CPANPLUS, etc.

=head1 PARAMETERS

=head2 name

The name of the Task module to generate.  (Despite referring to C<Task>
throughout this documentation, any module name can be used; it doesn't have to
start with C<Task::>.)



( run in 2.201 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )