demand Module::Install 0.75
[gitmo/MooseX-Patterns-GOF.git] / Makefile.PL
CommitLineData
f59f53a6 1use inc::Module::Install 0.75;
eda1e151 2
3perl_version '5.008006';
4
5name 'MooseX-Patterns-GOF';
6all_from 'lib/MooseX/Patterns/GOF.pm';
7author 'John Napiorkowski <jjn1056@yahoo.com>';
8
9requires 'Moose' => '0.40';
10
11build_requires 'Test::More' => '0.70';
12build_requires 'Test::Pod' => '1.14';
13build_requires 'Test::Pod::Coverage' => '1.08';
14
15auto_install;
16tests "t/*.t t/*/*.t";
17WriteAll;
18