e2aec530a294e84a6e0c29dd2cdaf5120b473886
[p5sagit/Devel-Declare.git] / Makefile.PL
1 use inc::Module::Install 0.67;
2
3 name 'Devel-Declare';
4 all_from 'lib/Devel/Declare.pm';
5
6 requires 'Scalar::Util';
7 build_requires 'Test::More';
8
9 WriteMakefile(
10   dist => {
11     PREOP => 'pod2text lib/Devel/Declare.pm >$(DISTVNAME)/README'
12   }
13 );