Search results for "module:Module::Starter"

Module::Starter - a simple starter kit for any module River stage two • 21 direct dependents • 93 total dependents

This is the core module for Module::Starter. If you're not looking to extend or alter the behavior of this module, you probably want to look at module-starter instead. Module::Starter is used to create a skeletal CPAN distribution, including basic bu...

DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC

Module::Starter::App - the code behind the command line program River stage two • 21 direct dependents • 93 total dependents

DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC

Module::Starter::PBP - Create a module as recommended in "Perl Best Practices" River stage one • 1 direct dependent • 1 total dependent

This module implements a simple approach to creating modules and their support files, based on the Module::Starter approach. Module::Starter needs to be installed before this module can be used. When used as a Module::Starter plugin, this module allo...

DCONWAY/Module-Starter-PBP-v0.0.3 - 17 Feb 2006 05:03:50 UTC

Module::Starter::Smart - A Module::Starter plugin for adding new modules into an existing distribution River stage one • 1 direct dependent • 2 total dependents

Module::Starter::Smart is a simple helper plugin for Module::Starter. It subclasses Module::Starter::Simple and provides its own implementation for several file creation subroutines, such as "create_distro", "create_modules", "create_t", and so on. T...

RUEYCHENG/Module-Starter-Smart-0.0.9 - 24 Nov 2017 10:27:22 UTC

Module::Starter::Simple - a simple, comprehensive Module::Starter plugin River stage two • 21 direct dependents • 93 total dependents

Module::Starter::Simple is a plugin for Module::Starter that will perform all the work needed to create a distribution. Given the parameters detailed in Module::Starter, it will create content, create directories, and populate the directories with th...

DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC

Module::Starter::Handel - Module::Starter module for Handel River stage one • 2 direct dependents • 2 total dependents

Module::Starter::Handel is a Module::Starter class that helps generate a basic framework for Handel based projects....

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC

Drupal::Module::Starter - Create Drupal Module starter files River stage zero No dependents

SMCNABB/Drupal-Module-Starter-0.06 - 06 Nov 2006 14:15:38 UTC

Module::Starter::XSimple - Create XS modules with Module::Starter River stage zero No dependents

Replacement class for Module::Starter::Simple. Can be used in two ways: * Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename] \ --class=Module::Starter::XSimple * Using a config file Crea...

JPEACOCK/Module-Starter-XSimple-v0.0.2 - 10 Dec 2012 00:26:26 UTC

Module::Starter::AddModule - Add a new module to a distribution River stage one • 1 direct dependent • 1 total dependent

"Module::Starter::Simple" and "Module::Starter::Smart" (which relies on "::Simple") try to construct the MANIFEST file themselves. This is the wrong approach since it doesn't not take into account build file subclasses or MANIFEST.SKIP. Once you have...

BDFOY/Module-Starter-AddModule-1.009 - 31 Jan 2024 03:04:21 UTC

Module::Starter::TOSHIOITO - create a module like TOSHIOITO does River stage zero No dependents

This is a simple Module::Starter plugin that makes it create module templates that I like. This is based on Module::Starter::Simple, the default plugin for Module::Starter. The difference from the base is: * It assumes the module is hosted on Github ...

TOSHIOITO/Module-Starter-TOSHIOITO-0.09 - 12 Oct 2014 01:06:29 UTC

Module::Starter::BuilderSet - determine builder metadata River stage two • 21 direct dependents • 93 total dependents

Module::Starter::BuilderSet is a collection of utility methods used to provide metadata about builders supported by Module::Starter....

DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC

Module::Starter::Plugin::RTx - Module::Starter for RT extensions River stage zero No dependents

This is a plugin for Module::Starter that builds you a skeleton RTx module....

SUNNAVY/Module-Starter-Plugin-RTx-0.02 - 24 Oct 2011 03:44:40 UTC

Module::Starter::Plugin::TT2 - TT2 templates for Module::Starter::Template River stage zero No dependents

This Module::Starter plugin is intended to be loaded after Module::Starter::Plugin::Template. It implements the "renderer" and "render" methods, required by the Template plugin. The methods are implemented with Template Toolkit. This module's distrib...

RJBS/Module-Starter-Plugin-TT2-0.125 - 15 Sep 2008 02:33:53 UTC

Drupal::Module::Starter::4_6_2 - stub php code for 4.6.2 hooks River stage zero No dependents

SMCNABB/Drupal-Module-Starter-0.06 - 06 Nov 2006 14:15:38 UTC

Module::Starter::Plugin::CGIApp - template based module starter for CGI apps. River stage one • 1 direct dependent • 2 total dependents

This module subclasses Module::Starter::Simple and includes functionality similar to Module::Starter::Plugin::Template. This document only describes the methods which are overridden from those modules or are new. Only developers looking to extend thi...

JALDHAR/Module-Starter-Plugin-CGIApp-0.44 - 20 Sep 2015 09:16:02 UTC

Module::Starter::Plugin::Template - module starter with templates River stage two • 21 direct dependents • 93 total dependents

This plugin is designed to be added to a Module::Starter::Simple-compatible Module::Starter class. It adds stub methods for template retrieval and rendering, and it replaces all of Simple's _guts methods with methods that will retrieve and render the...

DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC

Module::Starter::Plugin::DirStore - module template files in a directory River stage zero No dependents

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....

RJBS/Module-Starter-Plugin-SimpleStore-0.144 - 23 Dec 2011 19:13:39 UTC

Module::Starter::Plugin::DebPackage - Module::Starter plugin which creates debian package config files River stage zero No dependents

BJDEAN/Module-Starter-Plugin-DebPackage-0.0.5 - 26 Jan 2010 09:34:30 UTC

Module::Starter::Plugin::InlineStore - inline module template files River stage zero No dependents

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 "InlineStore" plugin stores all the required templates in a single file, delimite...

RJBS/Module-Starter-Plugin-SimpleStore-0.144 - 23 Dec 2011 19:13:39 UTC

Module::Starter::Plugin::ModuleStore - store inline templates in modules River stage zero No dependents

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 sec...

RJBS/Module-Starter-Plugin-SimpleStore-0.144 - 23 Dec 2011 19:13:39 UTC
34 results (0.031 seconds)