Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^5: CPAN tests failing

by stevieb (Canon)
on Apr 28, 2012 at 18:53 UTC ( [id://967854]=note: print w/replies, xml ) Need Help??


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. :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://967854]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-20 03:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found