File: 01podc.t

package info (click to toggle)
libxml-tidy-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 256 kB
  • ctags: 38
  • sloc: perl: 783; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
use Test::More;
eval 'use Test::Pod::Coverage';
plan skip_all => 'Test::Pod::Coverage required for testing POD Coverage' if $@;
plan tests    => 1;
pod_coverage_ok('XML::Tidy','POD Covered');