in reply to Re: Alternatives to Module::Starter
in thread Alternatives to Module::Starter

My advice: figure out what *you* want, and write a script that just does that. Takes far less time than trying to find out whether someone has written and published something that does exactly what you want.
This. I started with the stuff generated by h2xs -AXn, deleted the unwanted bits, and created a script printing templates based on what was left. That took an hour or so, and I can now create new modules without dealing with silly prereqs and mountains of BS from Module::Starter and friends.