Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have created a module with module-starter and edited the main module & tests file, so I got an useful module.

Now am wondering, how can I port this to the other place. So that there it can be installed - execute make test, similar like a CPAN module.

Is there any simple command to do that? Or I have to do all steps like - taking out the relevant files & tarring it
  • Comment on releasing the module created with module-starter

Replies are listed 'Best First'.
Re: releasing the module created with module-starter
by ikegami (Patriarch) on Oct 12, 2011 at 20:18 UTC
      Yeah exactly, thanks. And it gave more explanation and details - perlnewmod