File: 02-pod-coverage.t

package info (click to toggle)
libfinance-quote-perl 1.17-1%2Bdeb6u1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 896 kB
  • ctags: 359
  • sloc: perl: 7,272; makefile: 3
file content (12 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -w
use strict;

use Test::More;

if (not $ENV{TEST_AUTHOR}) {
    plan( skip_all => 'Author test.  Set $ENV{TEST_AUTHOR} to true to run.');
}

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