summaryrefslogtreecommitdiffstats
path: root/t/004-undefined-program.t
diff options
context:
space:
mode:
Diffstat (limited to 't/004-undefined-program.t')
-rw-r--r--t/004-undefined-program.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/004-undefined-program.t b/t/004-undefined-program.t
index 5b398c6..335a415 100644
--- a/t/004-undefined-program.t
+++ b/t/004-undefined-program.t
@@ -4,7 +4,7 @@ use warnings;
use Test::More tests => 2;
use IO::Pty::Easy;
-my $pty = new IO::Pty::Easy;
+my $pty = IO::Pty::Easy->new;
eval {
local $SIG{ALRM} = sub { die "alarm\n" };
alarm 5;