From ad301fe03ff962bc53b793bb2c2a11779b71a59f Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 16 Aug 2007 18:59:45 -0500 Subject: add cpan stuff --- Makefile.PL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') 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; + -- cgit v1.2.3-54-g00ecf