File: interactive.t

package info (click to toggle)
libtest-is-perl 20140823.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: perl: 35; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use strict;
use warnings;

use Test::Is 'interactive';

use Test::More tests => 1;
pass 'interactive test';