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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Jan 4 20:38:57 GMT 2009


Author: rafl
Date: 2009-01-04 20:38:57 +0000 (Sun, 04 Jan 2009)
New Revision: 5286

Modified:
   Devel-Declare/1.000/trunk/Makefile.PL
Log:
Depend on B::Hooks::EndOfScope 0.05.

This makes semicolon injection work even if a string eval is compiled inside of
the same block.

Modified: Devel-Declare/1.000/trunk/Makefile.PL
===================================================================
--- Devel-Declare/1.000/trunk/Makefile.PL	2009-01-02 21:35:12 UTC (rev 5285)
+++ Devel-Declare/1.000/trunk/Makefile.PL	2009-01-04 20:38:57 UTC (rev 5286)
@@ -9,7 +9,7 @@
 
 requires 'Scalar::Util';
 requires 'B::Hooks::OP::Check' => '0.10';
-requires 'B::Hooks::EndOfScope';
+requires 'B::Hooks::EndOfScope' => '0.05';
 requires 'Sub::Name';
 
 build_requires 'B::Hooks::OP::Check' => '0.10';




More information about the Bast-commits mailing list