File: pod_cvg.t

package info (click to toggle)
libscalar-number-perl 0.004-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 156 kB
  • ctags: 4
  • sloc: perl: 253; makefile: 18
file content (4 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (15)
1
2
3
4
use Test::More;
plan skip_all => "Test::Pod::Coverage not available"
	unless eval "use Test::Pod::Coverage; 1";
Test::Pod::Coverage::all_pod_coverage_ok();