VERSION

version 0.144

SYNOPSIS

 use Module::Starter qw(
   Module::Starter::Simple
   Module::Starter::Plugin::Template
   Module::Starter::Plugin::DirStore
   ...
 );

 Module::Starter->create_distro( ... );

DESCRIPTION

This Module::Starter plugin is intended to be loaded after Module::Starter::Plugin::Template. It implements the \*(C`templates\*(C' method, required by the Template plugin. The \*(C`DirStore\*(C' plugin stores all the required templates as files in a directory.

METHODS

This method reads in the template files and populates the object's \*(C`templates\*(C' attribute. The module template directory is found by checking the \s-1MODULE_TEMPLATE_DIR\s0 environment variable and then the config option \*(L"template_dir\*(R".

AUTHOR

Ricardo \s-1SIGNES\s0, \*(C`<[email protected]>\*(C'

Bugs

Please report any bugs or feature requests to \*(C`[email protected]\*(C', or through the web interface at <http://rt.cpan.org>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2004 Ricardo \s-1SIGNES\s0, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.