App-Module-Template

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.01  2014-05-30 00:00:00
      First version

0.02  2014-08-24 13:33
      Reorganized Initialize.pm

0.03  2014-08-24 14:25
      Replaced all path handling with File::Spec for portability

0.04  2014-08-26 09:39
      Update run-prompt.t

0.05  2014-08-28 05:28
      Remove FATAL from test warnings. Update templates to reflect same.

0.06  2014-08-29 00:56
      Add -m switch to set module name.

0.07  2014-08-30 13:38
      Update skip test count in run-inithome.t. Correct path setting in _get_template_path().

bin/module-template  view on Meta::CPAN

=head1 USAGE

    module-template Module::Name -m <Module::Name>

    module-template Module::Name -c /path/to/config -m <Module::Name>

    module-template Module::Name -t /path/to/templates -m <Module::Name>

=head1 REQUIRED ARGUMENTS

The only required argument is a valid module name. If you don't enter one on the command line, you will be prompted.

    -m module name

=head1 OPTIONS

    -c Path to configuration file

    -t Path to template directory

=head1 DESCRIPTION



( run in 0.778 second using v1.01-cache-2.11-cpan-6aa56a78535 )