Version 0.002001.
Florian Ragwitz [Sat, 4 Oct 2008 22:30:57 +0000 (22:30 +0000)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index e44ed58..6e1e539 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 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
index 7cadcb7..ed13aff 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.002000';
+our $VERSION = '0.002001';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;