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 27 module-starter issues
Sort by recently updated
recently updated
newest added

I wanted to add [ExtUtils::MakeMaker::CPANfile](https://metacpan.org/pod/ExtUtils::MakeMaker::CPANfile) as a new builder to [Module::Starter::BuilderSet](https://metacpan.org/pod/Module::Starter::BuilderSet). This addition is part of a new [Module::Starter::Plugin](https://metacpan.org/dist/Module-Starter/view/lib/Module/Starter/Plugin.pod) implementation. `Module::Starter::BuilderSet` is an inaccessible dependency of `Module::Starter::Simple::create_build()` and no I...

I do not understand the comment `# XXX: no need to return the files created` in `Module::Starter::Simple::create_distro()`. I want to write a [Module::Starter::Plugin](https://metacpan.org/dist/Module-Starter/view/lib/Module/Starter/Plugin.pod) and obviously I want to test the...

A simple `--github ` option was added, which creates links to the github issue tracker replacing the defunct cpanratings links in README and POD. The option also creates a `META_MERGE`...

CPAN Ratings has been decommissioned. So the reference from this module in README and POD is removed. This addresses issue #81

The generated README file contains a reference to "CPAN Ratings" and a link to https://cpanratings.perl.org/d/Foo-Bar (or whatever distribution name that is chosen). However, cpanratings.perl.org now redirects to metacpan.org, which is...

I wanted Metacpan to link to the Github repository which requires a change to `Makefile.PL`. I couldn't find anything in the documentation about how to add it, so I had...

Hi there, i stumbled upon your module today and tried it out (v1.77). I was surprised by the `--force` behavior for existing directories. Because it simply removes the given directory...

You could put the titles and urls together to create links to more information on the module. **Note:** I change `Search CPAN` to `meta::cpan` ([line 331](https://github.com/xsawyerx/module-starter/blob/master/lib/Module/Starter/Simple.pm#L331)) since CPAN is not...

Would it be a great deal of effort to write in the use of a pre-existing .pm file to start a module? I have many I would like to package...

This should prevent the module from being uninstallable on systems that don't support PAX headers, but the tar of the creator of the distribution supports them. See e.g. https://github.com/Dual-Life/Devel-PPPort/issues/183 or...