summaryrefslogtreecommitdiffstats
path: root/t/callbacks.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-05 22:25:03 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-05 22:25:03 -0600
commitf825b7f40d632675b3dd55fba94e4525a65922ae (patch)
tree7386c00499d7dc633b5fafe4d82f434a32f49855 /t/callbacks.t
parent35e015fd125c305380291b44086d4781d41a5e76 (diff)
downloadterm-filter-f825b7f40d632675b3dd55fba94e4525a65922ae.tar.gz
term-filter-f825b7f40d632675b3dd55fba94e4525a65922ae.zip
make the subprocess scripts use strict and warnings
Diffstat (limited to 't/callbacks.t')
-rw-r--r--t/callbacks.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/callbacks.t b/t/callbacks.t
index 1d690d9..05ac5f7 100644
--- a/t/callbacks.t
+++ b/t/callbacks.t
@@ -7,6 +7,8 @@ use IO::Pty::Easy;
use IO::Select;
my $script = <<'SCRIPT';
+use strict;
+use warnings;
use Term::Filter;
my $term = Term::Filter->new(
callbacks => {