http://qs321.pair.com?node_id=967854


in reply to Re^4: CPAN tests failing
in thread CPAN tests failing

I too have written hundreds of modules, but only have a few on CPAN. Over the years I used h2xs, but lately I've been testing out Module::Starter's command line util to build my skeleton.

I've also recently found the cpan-upload binary installed via CPAN::Uploader to be very handy... no need to visit PAUSE at all :)

Later on this afternoon when I get back in, I'll let you know how my install and tests go of your module.

Cheers,

Steve

Replies are listed 'Best First'.
Re^6: CPAN tests failing
by tobyink (Canon) on Apr 29, 2012 at 07:24 UTC

    Better yet, I've got a shell alias "cpan-publish" that does all this:

    sudo cpanm $distfile cpan-upload $distfile mv $distfile ~/perl5/published/ echo "Don't forget to 'hg tag' the release!"
    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
Re^6: CPAN tests failing
by Tanktalus (Canon) on Apr 30, 2012 at 15:18 UTC

    I've recently switched to github + Dist::Zilla. The learning curve was, in my experience, very steep. However, the simplified actions seem to be worth it.

    Well, except for one thing: I don't think anyone has downloaded any of my modules (and, if they did, they didn't use them). But that's tangential to the upload method. :-)