Port to B::Hooks::OP::Check::EntersubForCV.
[p5sagit/Devel-BeginLift.git] / Makefile.PL
CommitLineData
1594b447 1use inc::Module::Install 0.67;
2
5e5bdebb 3use ExtUtils::Depends;
4
1594b447 5name 'Devel-BeginLift';
1594b447 6all_from 'lib/Devel/BeginLift.pm';
7
c6e4d2a9 8build_requires 'Test::More';
5e5bdebb 9build_requires 'B::Hooks::OP::Check::EntersubForCV';
10
11configure_requires 'ExtUtils::Depends';
12configure_requires 'B::Hooks::OP::Check::EntersubForCV';
13
14my $pkg = ExtUtils::Depends->new('Devel::Declare', 'B::Hooks::OP::Check::EntersubForCV');
0b134f17 15
c6e4d2a9 16WriteMakefile(
17 dist => {
18 PREOP => 'pod2text lib/Devel/BeginLift.pm >$(DISTVNAME)/README'
5e5bdebb 19 },
20 $pkg->get_makefile_vars,
c6e4d2a9 21);