Skip to content

Commit

Permalink
remove B::Hooks::EndOfScope::on_scope_end dependency, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 2, 2011
1 parent 34c8045 commit af2ee54
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ WriteMakefile
'Attribute::Handlers' => 0,
'B::Generate' => '1.34',
'B::Utils' => 0,
'B::Hooks::EndOfScope' => '0.09',
#'B::Hooks::EndOfScope' => '0.09',
'optimizer' => '0.06',
},
AUTHOR => 'Artur Bergman',
AUTHOR => 'Artur Bergman, Reini Urban',
($ExtUtils::MakeMaker::VERSION gt '6.46' ?
('META_MERGE' =>
{
Expand All @@ -26,5 +26,14 @@ WriteMakefile
) : ()),
);

sub MY::depend { "README : lib/optimize.pm\n\tpod2text lib/optimize.pm > README\n"; }
sub MY::depend { "
README : lib/optimize.pm
pod2text lib/optimize.pm > README
cover : cover_db/coverage.html
cover_db/coverage.html :
PERL5OPT=-MDevel::Cover make test
\$(PERL) -S cover
"; }

0 comments on commit af2ee54

Please sign in to comment.