File: DuplicatePlanRegression.pm

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-- 61 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
package DuplicatePlanRegression;

use Test::Most;

ok 1;

1;