File: pod.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-- 245 bytes parent folder | download
1
2
3
4
5
6
7
#!perl -T

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