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