I think scriptdist is close
$$ scriptdist footest.pl Quiet is 0 Home directory is RC directory is /.scriptdist The environment variable HOME has no value, so I will look in the current directory for /.scriptdist and /.scriptdistrc. Set the HOME environment variable to choose another directory. Processing footest.pl... Making directory footest.pl.d... Making directory footest.pl.d/t... RC directory is /.scriptdist cwd is ~/footest Checking for file [.cvsignore]... Adding file [.cvsignore]... Checking for file [.releaserc]... Adding file [.releaserc]... Checking for file [Changes]... Adding file [Changes]... Checking for file [MANIFEST.SKIP]... Adding file [MANIFEST.SKIP]... Checking for file [Makefile.PL]... Adding file [Makefile.PL]... Checking for file [t/compile.t]... Adding file [t/compile.t]... Checking for file [t/pod.t]... Adding file [t/pod.t]... Checking for file [t/prereq.t]... Adding file [t/prereq.t]... Checking for file [t/test_manifest]... Adding file [t/test_manifest].. +. Adding [footest.pl]... Copying script... Opening input [footest.pl] for output [footest.pl.d/footest.pl] Copied [footest.pl] with 0 replacements Creating MANIFEST...
Patched to use Test::XT - Best Practice for Author Tests, and combine with Module::Install::DSL (Module::Install extends not-typing lead over Module::Build), and Makefile.PL compacts into
use inc::Module::Install::DSL 0.81; all_from lib/My/Module.pm requires_from lib/My/Module.pm test_requires Test::More 0.42
Fancy :)

In reply to Re: something on cpan to autogenerate Makefile.PL from existing distro? by Anonymous Monk
in thread something on cpan to autogenerate Makefile.PL from existing distro? by leocharre

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.