summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 18:59:45 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 18:59:45 -0500
commitad301fe03ff962bc53b793bb2c2a11779b71a59f (patch)
treea5f84e491ed548dcf3e6736b051995563b5c05c6 /t
parent1b6a9838b59226cd542dbfb911b1be228be7c1f7 (diff)
downloadio-pty-easy-ad301fe03ff962bc53b793bb2c2a11779b71a59f.tar.gz
io-pty-easy-ad301fe03ff962bc53b793bb2c2a11779b71a59f.zip
add cpan stuff
Diffstat (limited to 't')
-rw-r--r--t/000-load.t7
-rw-r--r--t/001-basic.t8
2 files changed, 15 insertions, 0 deletions
diff --git a/t/000-load.t b/t/000-load.t
new file mode 100644
index 0000000..e7e67ca
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,7 @@
+#!perl -T
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+use_ok 'IO::Pty::Easy';
+
diff --git a/t/001-basic.t b/t/001-basic.t
new file mode 100644
index 0000000..2ac09a9
--- /dev/null
+++ b/t/001-basic.t
@@ -0,0 +1,8 @@
+#!perl -T
+use strict;
+use warnings;
+use Test::More tests => 1;
+use IO::Pty::Easy;
+
+ok(1);
+