From: Florian Ragwitz Date: Wed, 22 Oct 2008 18:33:31 +0000 (+0000) Subject: Merge branch 'hooks_endofscope' X-Git-Tag: 0.005000~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d50b551dcaf75f6af55c5ed46701e5042d9e8bc;p=p5sagit%2FDevel-Declare.git Merge branch 'hooks_endofscope' * hooks_endofscope: Use B::Hooks::EndOfScope instead of %^H and Scope::Guard. Create branch 'hooks_op_endofscope'. Conflicts: Makefile.PL --- 2d50b551dcaf75f6af55c5ed46701e5042d9e8bc diff --cc Makefile.PL index 219d66b,b41dbd1..ac5ef3f --- a/Makefile.PL +++ b/Makefile.PL @@@ -8,12 -6,8 +8,12 @@@ name 'Devel-Declare' all_from 'lib/Devel/Declare.pm'; requires 'Scalar::Util'; -build_requires 'Test::More'; -build_requires 'B::Hooks::EndOfScope'; +requires 'B::Hooks::OP::Check' => '0.10'; - build_requires 'Test::More'; - build_requires 'Scope::Guard'; +build_requires 'B::Hooks::OP::Check' => '0.10'; +configure_requires 'ExtUtils::Depends'; +configure_requires 'B::Hooks::OP::Check' => '0.10'; ++test_requires 'Test::More'; ++test_requires 'B::Hooks::EndOfScope'; postamble(<<'EOM'); $(OBJECT) : stolen_chunk_of_toke.c