File: pod-coverage.t

package info (click to toggle)
libbusiness-onlinepayment-payflowpro-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 100 kB
  • ctags: 11
  • sloc: perl: 583; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use strict;
use warnings;
use Test::More;

plan skip_all => 'Set RELEASE_TESTING=1 to run this test'
  if not $ENV{RELEASE_TESTING};
eval 'use Test::Pod::Coverage';
plan skip_all => 'Needs Test::Pod::Coverage'
  if $@;
all_pod_coverage_ok();