File: 07prereq.t

package info (click to toggle)
libtest-distribution-perl 2.00-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 104 kB
  • ctags: 42
  • sloc: perl: 252; makefile: 43
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use Test::Distribution
    tests => 1,
    only  => 'prereq';
use Test::More;

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