From 4b10de662bdc9ef43a3728938b08bf571ee2ca53 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 7 Jul 2009 00:00:52 -0500 Subject: switch to Dist::Zilla --- Makefile.PL | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Makefile.PL (limited to 'Makefile.PL') 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; - -- cgit v1.2.3-54-g00ecf