in reply to How can I specify multiple authors and emails with Module::Starter?

Besides hacking it into M::S, does anyone have an idea? Thanks in advance.
Hack? Its not a bad idea to patch Module::Starter::Simple to allow for what you're asking, or it may be easier to write a Module::Starter::Plugin to do just do it.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: How can I specify multiple authors and emails with Module::Starter?

Replies are listed 'Best First'.
Re^2: How can I specify multiple authors and emails with Module::Starter?
by sintadil (Pilgrim) on Sep 12, 2004 at 15:09 UTC

    Hack? Its not a bad idea to patch Module::Starter::Simple to allow for what you're asking,

    By "hack" I simply mean "to add said functionality". If it contains a negative connotation, then I apologise as it was unintended.

    or it may be easier to write a Module::Starter::Plugin to do just do it.

    That's an idea -- I'll investigate it. Thanks!