Merge branch 'hooks_endofscope'
Florian Ragwitz [Wed, 22 Oct 2008 18:33:31 +0000 (18:33 +0000)]
* hooks_endofscope:
  Use B::Hooks::EndOfScope instead of %^H and Scope::Guard.
  Create branch 'hooks_op_endofscope'.

Conflicts:
Makefile.PL

1  2 
Makefile.PL
lib/Devel/Declare.pm

diff --cc 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
Simple merge