[Bast-commits] r4987 - Devel-Declare/1.000/trunk

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Oct 25 18:44:18 BST 2008


Author: rafl
Date: 2008-10-25 18:44:18 +0100 (Sat, 25 Oct 2008)
New Revision: 4987

Modified:
   Devel-Declare/1.000/trunk/Makefile.PL
Log:
Add dependency for B::Hooks::EndOfScope and Sub::Name.

Modified: Devel-Declare/1.000/trunk/Makefile.PL
===================================================================
--- Devel-Declare/1.000/trunk/Makefile.PL	2008-10-25 11:23:03 UTC (rev 4986)
+++ Devel-Declare/1.000/trunk/Makefile.PL	2008-10-25 17:44:18 UTC (rev 4987)
@@ -9,11 +9,13 @@
 
 requires 'Scalar::Util';
 requires 'B::Hooks::OP::Check' => '0.10';
+requires 'B::Hooks::EndOfScope';
+requires 'Sub::Name';
+
 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




More information about the Bast-commits mailing list