File: 00-distribution.t

package info (click to toggle)
libtie-dxhash-perl 1.05-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 108; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::More;

BEGIN {
    eval { require Test::Distribution; };
    if ($@) {
        plan skip_all => 'Test::Distribution not installed';
    }
    else {
        import Test::Distribution podcoveropts =>
            { also_private => [qr/^SCALAR$/x] };
    }
}