Module::Starter::Plugin::ModuleStore

Module::Starter::Plugin::ModuleStore allows to store inline templates in modules.
Download

Module::Starter::Plugin::ModuleStore Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Module::Starter::Plugin::ModuleStore Tags


Module::Starter::Plugin::ModuleStore Description

Module::Starter::Plugin::ModuleStore allows to store inline templates in modules. Module::Starter::Plugin::ModuleStore allows to store inline templates in modules.SYNOPSIS use Module::Starter qw( Module::Starter::Simple Module::Starter::Plugin::Template Module::Starter::Plugin::ModuleStore ... ); Module::Starter->create_distro( ... );This Module::Starter plugin is intended to be loaded after Module::Starter::Plugin::Template. It implements the templates method, required by the Template plugin. It works like InlineStore, but instead of loading a physical file, loads the DATA section of a Perl module.METHODStemplatesThis method reads in the template module (described above) and populates the object's templates attribute. The module template module is found by checking the MODULE_TEMPLATE_MODULE environment variable and then the "template_module" config option. Requirements: · Perl


Module::Starter::Plugin::ModuleStore Related Software