summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
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 /Makefile.PL
parent1b6a9838b59226cd542dbfb911b1be228be7c1f7 (diff)
downloadio-pty-easy-ad301fe03ff962bc53b793bb2c2a11779b71a59f.tar.gz
io-pty-easy-ad301fe03ff962bc53b793bb2c2a11779b71a59f.zip
add cpan stuff
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..1cc695b
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,14 @@
+# Load the Module::Install bundled in ./inc/
+use inc::Module::Install;
+
+# Define metadata
+name 'IO-Pty-Easy';
+all_from 'lib/IO/Pty/Easy.pm';
+
+requires 'IO::Pty';
+
+build_requires 'Test::More';
+
+auto_install;
+WriteAll;
+