in reply to Re: RFC - Module::Cooker
in thread RFC - Module::Cooker - UPDATE
Thanks!
When it comes right down to it, there is really only one file that is usually easier to have a tool create for you: Makefile.PL
Once that is present (containing the proper commands for ExtUtils::MakeMaker) the process boils down to this:
perl Makefile.PL make manifest make disttest make dist make distclean
At that point you should have a tarball ready for upload to PAUSE.
What the various tools do (including Module::Cooker) is create a full skeleton structure that just happens to include Makefile.PL. Based on what you (and others) have said, I should add a means to only add any missing files such as Makefile.PL to an existing directory structure.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC - Module::Cooker
by tobyink (Canon) on Dec 03, 2013 at 19:41 UTC |