File: NoGood.pm

package info (click to toggle)
libtest-routine-perl 0.031-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 705; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
package NoGood;
use Test::Routine;

test "this will be duplicated" => sub { die 'Unimplemented' };

test "this will be duplicated" => sub { die 'Unimplemented' };

1;