File: unsafe-name.t

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 (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use Test::Routine;
use Test::Routine::Util;
use Test::More;

test "this isn't any problem"  => sub { pass };
test "we are testing My::Code" => sub { pass };

run_me;
done_testing;