summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: 076fc1a58376ed5667e1fb532e6c11b1b1f493d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;