sartak / Games-Mastermind-Cracker

quickly crack Mastermind

This URL has Read+Write access

Games-Mastermind-Cracker / Makefile.PL
100644 16 lines (10 sloc) 0.281 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Load the Module::Install bundled in ./inc/
use inc::Module::Install;
 
# Define metadata
name 'Games-Mastermind-Cracker';
all_from 'lib/Games/Mastermind/Cracker.pm';
githubmeta;
 
requires 'Moose';
 
build_requires 'Test::Exception';
 
auto_install;
WriteAll;