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

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'