Changes for Devel-Declare
+0.005000
+ - Port the documentation from %^H and Scope::Guard to B::Hooks::EndOfScope.
+ - Fix extracting multi-line strings using scan_str.
+ - Remove the nasty workaround for the above from Context::Simple.
+
0.004000
- Much improved documentation (osfameron).
- Make sure the linestr callback isn't invoked when a declarator is used as
use warnings;
use 5.008001;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;