summaryrefslogtreecommitdiffstats
path: root/t/001-basic.t
blob: 2ac09a9d32f3e95b0cb7188d675e69d8006bf244 (plain) (blame)
1
2
3
4
5
6
7
8
#!perl -T
use strict;
use warnings;
use Test::More tests => 1;
use IO::Pty::Easy;

ok(1);