Version 0.002002.
Florian Ragwitz [Sun, 19 Oct 2008 04:39:58 +0000 (04:39 +0000)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index e8808c5..46f9268 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Changes for Devel-Declare
 
+0.002002
   - switch done_declare call from call_argv to call_pv.
   - Make get_linestr{,_offset} return sensible values when called while the
     parser isn't running.
index ed13aff..61c54a3 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.002001';
+our $VERSION = '0.002002';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;