logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Module::Starter::Plugin::DirStore -- module template files in a directory

Author

       Ricardo SIGNES, "<rjbs@cpan.org>"

Bugs

       Please report any bugs or feature requests to "bug-module-starter-plugin-inlinestore@rt.cpan.org", 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.

Description

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

Methods

"templates"
       This method reads in the template files and populates the object's "templates" attribute.  The module
       template directory is found by checking the MODULE_TEMPLATE_DIR environment variable and then the config
       option "template_dir".

Name

       Module::Starter::Plugin::DirStore -- module template files in a directory

Synopsis

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

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

Version

       version 0.144

See Also