in reply to Re: CPAN Testers command-line viewer
in thread CPAN Testers command-line viewer

"This should be on CPAN as an applicaton."

I have a bunch of similar little utilities knocking around in various states of usability. I'm tempted to wrap them all up into a single App::Cmd-based box of tricks.

Update: I've put together a small demonstration at https://bitbucket.org/tobyink/p5-p5u. You can get a copy like this:

hg clone https://bitbucket.org/tobyink/p5-p5u

... and assuming your libraries etc are set up correctly, you can run it like:

p5u testers JSON
p5u debian-release JSON
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'