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