File: NoGood.pm

package info (click to toggle)
libtest-routine-perl 0.032-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: perl: 733; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
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;