|
|
| more useful options | |
| PerlMonks |
Announcing "p5u"by tobyink (Prior) |
| on Jul 02, 2012 at 21:13 UTC ( #979538=perlmeditation: print w/ replies, xml ) | Need Help?? |
|
In the thread CPAN Testers command-line viewer, it was suggested I release the script on CPAN. Well, now it's on CPAN, but not as a standalone script - it's part of p5u. p5u is a command-line script which acts as a single point of entry for several different Perl and CPAN related utilities. The cool thing about p5u is that it's pluggable, so you can write your own P5U commands for local use, or publish them on CPAN. (A template command module is provided.) Here's some examples of what can be done with p5u... Hmmm... what version of the HTML::HTML5::Entities module is installed?
How is that version doing on CPAN Testers?
Let's run the HTML-HTML5-Entities test suite against my currently installed copy of the module
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
Back to
Meditations
|
|
||||||||||||||||||||||||||||||||||