File: basic.t

package info (click to toggle)
libmenlo-perl 1.9019-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 352; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use strict;
use Test::More;
use Menlo;

# replace with the actual test
ok 1;

done_testing;