Module::Starter::Plugin::Template::TeTe

Module::Starter::Plugin::Template::TeTe is a Module::Starter plugin for Text::Template templates.
Download

Module::Starter::Plugin::Template::TeTe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kathryn Andersen
  • Publisher web site:
  • http://search.cpan.org/~rubykat/Module-Starter-Plugin-Template-TeTe-0.05/lib/Module/Starter/Plugin/Template/TeTe.pm

Module::Starter::Plugin::Template::TeTe Tags


Module::Starter::Plugin::Template::TeTe Description

Module::Starter::Plugin::Template::TeTe is a Module::Starter plugin for Text::Template templates. Module::Starter::Plugin::Template::TeTe is a Module::Starter plugin for Text::Template templates.SYNOPSIS use Module::Starter qw( Module::Starter::Simple Module::Starter::Plugin::Template Module::Starter::Plugin::Template::TeTe ); Module::Starter->create_distro(%args);This plugin is designed to be added to a Module::Starter::Simple-compatible Module::Starter class. It uses the API provided by Module::Starter::Plugin::Template and implements "render" and "templates" methods using the Text::Template template system.CLASS METHODSnew(%args)This plugin calls the new supermethod and then sets various defaults.Note that this will also set itself from the @ARGV array.This takes the following arguments in addition to its parents:DELIMITERS => '] Delimiters used to mark template text. (default '') If the user wishes to change the delimiters, they need to make sure that they have template files for all the used templates, because if a template is missing, the default template will be used, and they use the default delimiters.template_dir => directory Name of the directory to look for templates. If this is not set, then all the templates will simply be the default ones.version => version_string Define the version, in case you don't want to use the default '0.01'.need_new_method => 1 If your module is object-oriented, then it will need a "new" method. (default: off) Requirements: · Perl


Module::Starter::Plugin::Template::TeTe Related Software