/swatch-3.2.3/t/01cpan_modules.t
# · Raku · 16 lines · 10 code · 6 blank · 0 comment · 1 complexity · ad55be069e72c23de1f2b7a53b20af8c MD5 · raw file
- BEGIN { $| = 1; $tx=1; print "1..1\n"; }
- END {print "not ok 1\n" unless $loaded;}
- use Time::HiRes 1.12;
- use Date::Calc;
- use Date::Format;
- use File::Tail;
- $loaded=1;
- sub ok { print "ok $tx\n"; $tx++; }
- sub not_ok { print "not ok $tx\n"; $tx++; }
- ok;