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

https://rt.cpan.org/Ticket/Display.html?id=34289 ``` ...and they really should for consistencies sake and for subclassing. Here is a patch. ```

Migrated From RT

https://rt.cpan.org/Ticket/Display.html?id=12017 ``` Module::Starter is great, very useful but it could be even more useful. Here are some ideas for when a user is using a template directory (and perhaps even...

Migrated From RT
Wishlist

https://rt.cpan.org/Ticket/Display.html?id=7627 ``` In today's world of collaborative software development, it makes sense that the next generation of Perl module creation utilities should facilitate a group of developers working on a...

Migrated From RT
Wishlist

To support profiles rather than extending the homegrown format of the config file further, I standarized on an INI file, however it is hard to read both INI and the...

From reading the module-starter manpage, it sounds like the correct way to set up `--ignores=...` in a config file is as: ``` ignores: git manifest ``` when it should actually...

Being able to edit the templates in a share directory would allow much easier adapting of Module::Starter. Currently everything is hardcoded and that's very uncomfortable. File::ShareDir can be used to...

Right now Module::Starter can start a module just fine, but it would be much better if it could add modules to an already existing distribution.

This may seem a bit passive-aggressive, but there are a lot of modules uploaded to CPAN with an abstract of "The great new $modulename". Often multiple versions of modules are...