pad stuffing by source injection
[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 build_requires 'Test::More';
7
8 WriteMakefile(
9   dist => {
10     PREOP => 'pod2text lib/Devel/Declare.pm >$(DISTVNAME)/README'
11   }
12 );