File: 04only_pod_extra.t

package info (click to toggle)
libtest-distribution-perl 2.00-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: perl: 252; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use Test::Distribution
    tests => 2,
    only  => [ 'pod' ];
use Test::More;
ok(1, 'extra test');

# 1 * (1 module) + 2 extra
is(Test::Distribution::num_tests(), 3, 'number of tests');