File: pod_cvg.t

package info (click to toggle)
libcrypt-eksblowfish-perl 0.008-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 196 kB
  • ctags: 26
  • sloc: perl: 131; makefile: 51
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();