prepped up my 1st contribution to CPAN

Now I am waiting for my PAUSE ID on CPAN. My first script to contribute is named xls-tar.pl, a utility, that tries to handle XLS files a little like TAR treats its archives.

Update / 2010-06-13 14:00:
Got my account on PAUSE resp. CPAN acknowledged (“johayek“), so my home directory there is http://search.cpan.org/~johayek/.
Uploaded xls-tar.tar, now waiting for it to show up.
Do scripts (as opposed to modules) get listed within a user’s directory?

Update / 2010-06-13 14:25:
xls-tar_1_32 first showed up on ftp.funet.fi (actually ftp://ftp.funet.fi/pub/languages/perl/CPAN) as $CPAN/authors/id/J/JO/JOHAYEK/xls-tar_1_32.pl . Sooooo … – now I am quite proud.
More scripts to appear occasionally …
Yes, now I expect getting tarred and fathered  – pls have mercy!!!


Comments

3 responses to “prepped up my 1st contribution to CPAN”

  1. Hi, I think scripts only show up if they have some POD documentation. If that doesn’t do it, they might need to be part of an actual distribution (Dist::Zilla to the rescue for that!).

    You’ll probably need a place holder lib/Foo.pm file which doesn’t have anything except declare a package and have a $VERSION number

  2. My script certainly has POD inside.

    Thanks for your advice, but that sounds, as if the “script only” handling on PAUSE resp. CPAN is a little messy. And that’s really a pity and not quite encouraging. Maybe the folks in charge at PAUSE give it a try to get rid of that bug.

  3. Anonymous avatar
    Anonymous

    The folks in charge do not read your blog. The contact information is at http://pause.perl.org/pause/query?ACTION=pause_04about

    Before uploading, you should receive advice and critique from http://lists.perl.org/list/module-authors.html and http://perlmonks.org/?node=Seekers%20of%20Perl%20Wisdom

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.