module-starter icon indicating copy to clipboard operation
module-starter copied to clipboard

Module::Starter, a tool to help create solid Perl modules from scratch

Results 28 module-starter issues
Sort by recently updated
recently updated
newest added

I don't use module-starter often enough to remember all the options, so my new-module workflow invariably starts with `module-starter --help` :) . Would it be possible to add an interactive...

Since all of ExtUtils::MakeMaker, Module::Build and Module::Install are supported as builders, Module::Build::Tiny should be as well.

Change default minperl to '5.008'. (No diff provided, it's just one change on line 109 in Simple.pm.) I'm not going to use the age argument, since the difference between 5.6...

This change reverts my recent changes to move boilerplate.t into the xt directory. It should fix issue #47 but will re-open issues #28 and #38.

The included changes add support for multiple authors to Module::Starter and propogate to the chosen builder option. To do this, it seemed appropriate to remove the --email option and ask...

Prior to 1.70, Module::Starter::Simple::create_t expected the t_guts method to return a hash (as a list). Now it expects that t_guts return two hashrefs. This breaks all plugins with a t_guts...

Important

https://rt.cpan.org/Ticket/Display.html?id=82969 ``` Hi, Similar to bug #72565, I was trying to follow through with the example, but I think the command-line version needs the --plugin=Module::Starter::Smart for adding files to the...

Migrated From RT

https://rt.cpan.org/Ticket/Display.html?id=82937 ``` ignores_guts in the Template plugin doesn't pay attention to the ignores type passed to it, always using the "ignores" file. The attached patch against 1.60 uses $type as...

Migrated From RT
Normal

https://rt.cpan.org/Ticket/Display.html?id=71734 ``` These two don't work with the newest Module::Starter cgiapp-starter Module::Starter::Plugin::CGIApp cas-starter CGI::Application::Structured::Tools the last working version is PETDANCE/Module-Starter-1.54.tar.gz if I go ahead and fix all these error message...

Migrated From RT
Important

https://rt.cpan.org/Ticket/Display.html?id=66606 ``` Andy, I've really enjoyed this module since finding it a few years ago. Even with many years in the Perl community, I wasn't sure how to name pass...

Migrated From RT
Normal