File: 01_pod.t

package info (click to toggle)
libpoe-perl 2%3A1.3670-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,996 kB
  • ctags: 1,416
  • sloc: perl: 22,865; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
# vim: ts=2 sw=2 filetype=perl expandtab

use Test::More;

unless ( $ENV{RELEASE_TESTING} ) {
  plan skip_all => 'enable by setting RELEASE_TESTING';
}

eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();