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?
$ p5u version HTML::HTML5::Entities HTML::HTML5::Entities /opt/perl-5.16.0/lib/site_perl/5.16.0/HTML/HTML5/Entities.pm: 0.0 +03
How is that version doing on CPAN Testers?
$ p5u testers HTML::HTML5::Entities CPAN Testers results for HTML-HTML5-Entities version 0.003 PASS FAIL ETC Perl 5.006 0 0 1 Perl 5.008 6 0 0 Perl 5.010 18 0 0 Perl 5.012 40 0 0 Perl 5.014 24 0 0 Perl 5.016 9 0 0 Perl 5.017 6 0 0
Let's run the HTML-HTML5-Entities test suite against my currently installed copy of the module
$ p5u reprove HTML::HTML5::Entities Reproving HTML-HTML5-Entities/0.003 (TOBYINK) t/01basic.t ..... ok t/02encoding.t .. ok t/03decoding.t .. ok All tests successful. Files=3, Tests=16, 1 wallclock secs ( 0.14 usr 0.02 sys + 0.65 cusr 0.02 csys = 0.83 CPU) Result: PASS
In reply to Announcing "p5u" by tobyink
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |