File: pod-coverage.t

package info (click to toggle)
libipc-run3-perl 0.049-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,179; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl
use strict;
use warnings;

use Test::More;
BEGIN {
  plan skip_all => "not run unless RELEASE_TESTING"
    unless $ENV{RELEASE_TESTING};
}
use Test::Pod::Coverage 1.04;
all_pod_coverage_ok(
  { trustme => [ qr/_for_(?:created|modified)_(?:on|after|before)\Z/ ] }
);