From: rafl <rafl@bd8105ee-0ff8-0310-8827-fb3f25b6796d>
Date: Sat, 4 Oct 2008 22:30:57 +0000 (+0000)
Subject: Version 0.002001.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f2993d134ed6b4975996ac35adf4851c4943334;p=p5sagit%2FDevel-Declare.git

Version 0.002001.

git-svn-id: http://dev.catalyst.perl.org/repos/bast/Devel-Declare/1.000/trunk@4880 bd8105ee-0ff8-0310-8827-fb3f25b6796d
---

diff --git a/Changes b/Changes
index e44ed58..6e1e539 100644
--- 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
diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm
index 7cadcb7..ed13aff 100644
--- a/lib/Devel/Declare.pm
+++ b/lib/Devel/Declare.pm
@@ -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;