in reply to Should I upload it on CPAN?

Send both to CPAN, don't hesistate, but don't send a simple script ( http://www.cpan.org/scripts/submitting.html ), make it a module and send a module, scriptdist , scriptdist, scriptdist

Replies are listed 'Best First'.
Re^2: Should I upload it on CPAN?
by Anonymous Monk on Feb 20, 2012 at 02:58 UTC
    There's nothing wrong with asking if something might be of value to others before submitting to CPAN. Some people treat CPAN as merely a code repository, giving no thought to the value to others, as can be seen in poor API design, lack of documentation, poor distribution name, etc. Those people should instead upload to github or bitbucket. The best CPAN authors are those who take some time to think through the decision process.

      There's nothing wrong with asking if something might be of value to others before submitting to CPAN.

      And there is nothing wrong with NOT asking.

      The OPs specific question was about file-layout, not about what the software does.

Re^2: Should I upload it on CPAN?
by llancet (Friar) on Feb 20, 2012 at 07:37 UTC
    I developed them using eclipse, Module::Starter, and Module::Build. So I'll surely create a package in the style CPAN likes.