in reply to Dist::Zilla: Possible to create the name of newly minted file dynamically?

A possible solution just hit me. The script run by AfterMint could prompt me for the name of the command line utility and the subcommands and then change the files accordingly.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re: Dist::Zilla: Possible to create the name of newly minted file dynamically?
  • Download Code