summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-01-30 21:34:54 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-01-30 21:34:54 -0500
commitb1ae1086a4fcfa69c7fa70e5964923a7c9e1003c (patch)
treee77431122f18cf03bb844d9e4680729114b5b5ca /Makefile.PL
downloadgames-word-b1ae1086a4fcfa69c7fa70e5964923a7c9e1003c.tar.gz
games-word-b1ae1086a4fcfa69c7fa70e5964923a7c9e1003c.zip
Initial import of Games::Word
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..076fc1a
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,14 @@
+# Load the Module::Install bundled in ./inc/
+use inc::Module::Install;
+
+# Define metadata
+name 'Games-Word';
+all_from 'lib/Games/Word.pm';
+
+requires '';
+
+build_requires 'Test::More';
+
+auto_install;
+WriteAll;
+