| Projects on Google Code | Results 1 - 1 of 1 |
When you're ready to create a Perl module, you don't want to use the outdated h2xs unless you're actually writing XS code. Use module-starter!
module-starter gives you the start of a Perl module that you can distribute on the CPAN, including:
* A Makefile.PL, so you don't have to figure out a...