summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-07 00:00:52 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-07 00:00:52 -0500
commit4b10de662bdc9ef43a3728938b08bf571ee2ca53 (patch)
tree8fa08676448c877edb781cbe36598fcda5633abf /Makefile.PL
parent88fc4cd02aaf3ab74f813e3ce51541d94410da3b (diff)
downloadio-pty-easy-4b10de662bdc9ef43a3728938b08bf571ee2ca53.tar.gz
io-pty-easy-4b10de662bdc9ef43a3728938b08bf571ee2ca53.zip
switch to Dist::Zilla
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 1cc695b..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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;
-