File: basic.t

package info (click to toggle)
whiff 0.008-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 169; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
use strict;
use warnings;
use App::Whiff;
use Test::More tests => 1;

ok(1); # hey, we compiled;