Changes for Devel-Declare
+0.002001
- clean up checks for whether we're lexing and whether lex_stuff exists
to handle the PL_parser factor-out in 5.10
- check if reallocation of PL_linestr is necessary before doing it. this way
use warnings;
use 5.008001;
-our $VERSION = '0.002000';
+our $VERSION = '0.002001';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;