I agree with Jim (hi Jim!) - most people create a CPAN module for their
script based on one of the scripting frameworks that I reviewed here -
http://perlmonks.org/?node_id=829276
For instance, all of these CPAN modules are actually just scripts:
o App::DPath <http://search.cpan.org/perldoc?App%3A%3ADPath>
o App::TimeTracker
<http://search.cpan.org/perldoc?App%3A%3ATimeTracker>
o App::Booklist
<http://search.cpan.org/perldoc?App%3A%3ABooklist>
o App::CPAN::Fresh
<http://search.cpan.org/perldoc?App%3A%3ACPAN%3A%3AFresh>
On 4/8/2011 10:14 PM, James E Keenan wrote:
On Apr 8, 2011, at 11:17 AM, Linda A. Walsh wrote:
How does one go about registering and uploading a new script? (a
linux admin/util script)
Uploading to ... where, exactly? For what purpose?
How about this: http://www.cpan.org/scripts/submitting.html
However, I should caution that this is not a very visible part of the
Perl ecosphere. And I've never heard of registering a script.
Jim Keenan