File: 001_test.t

package info (click to toggle)
libtest-module-used-perl 0.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 669; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/usr/bin/perl -w
use Test::More;
use Test::Class;
use SampleModule;

ok(1);