File: pod-coverage.t

package info (click to toggle)
libdesktop-notify-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 177; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
#!perl -T

use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
plan skip_all => "These tests are for author only" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
all_pod_coverage_ok();