File: bug_duplicate_plan.t

package info (click to toggle)
libtest-most-perl 0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 543; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use lib 'lib', 't/lib';

use Test::Most;
use DuplicatePlanRegression; # adds 1 test

ok 1;
done_testing;