summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-17 00:07:42 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-17 00:07:42 -0600
commitadf1468b40da591d6eb27e03125ce3dfdf08977a (patch)
treeedfad7b46a8137344fd0d01a5c67504f2a5b0fa5 /Makefile.PL
parentb26a073d490419d0619fd4e4381fc4a733a5dcbc (diff)
downloadgames-word-adf1468b40da591d6eb27e03125ce3dfdf08977a.tar.gz
games-word-adf1468b40da591d6eb27e03125ce3dfdf08977a.zip
convert to dzil
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 557dd88..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,19 +0,0 @@
-# Load the Module::Install bundled in ./inc/
-use inc::Module::Install;
-
-# Define metadata
-name 'Games-Word';
-all_from 'lib/Games/Word.pm';
-
-requires 'Math::Combinatorics';
-requires 'Test::Deep::NoTest';
-requires 'List::MoreUtils';
-
-build_requires 'Test::More';
-build_requires 'Test::Exception';
-build_requires 'Test::Deep';
-build_requires 'List::Util';
-
-auto_install;
-WriteAll;
-