Subject: | fetching version is a bit noisy |
When check the version of Devel::Cover installed on my machine I got the values but it gave a bit too much output. Can it be reduced to just the version number ?
Show quoted text
>perl -MDevel::Cover -e'print
$Devel::Cover::VERSION'
Devel::Cover 0.26: Collecting coverage data for branch, condition, pod,
statement, subroutine and time.
Selecting packages matching:
Ignoring packages matching:
\bt/
Ignoring packages in:
.
/usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/5.8.0/i686-linux
/usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/site_perl/5.6.1
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux
Devel::Cover: Can't find file "-e": ignored.
0.26Devel::Cover: Writing coverage database to
/home/gabor/projects/perl/modules/Devel-Cover-Examples/cover_db
---------------------------- ------ ------ ------ ------ ------ ------
------
File stmt branch cond sub pod time
total
---------------------------- ------ ------ ------ ------ ------ ------
------
...b/Devel/Cover/Examples.pm 100.00 0.00 n/a 100.00 0.00 100.00
73.33
Total 100.00 0.00 n/a 100.00 0.00 100.00
73.33
---------------------------- ------ ------ ------ ------ ------ ------
------