Version 0.005003. 0.005003
Florian Ragwitz [Sun, 24 May 2009 15:22:47 +0000 (17:22 +0200)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index 8f94f6c..5169e18 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Changes for Devel-Declare
 
+0.005003
+  - Failing tests for line number issues (Ash Berlin).
+  - Add strip_names_and_args (Cory Watson).
+  - Various pod fixes (Yanick Champoux, Florian Ragwitz).
+  - Add copyright statements.
+
 0.005002
   - Don't invoke the linestr callback if the parser was expecting an operator.
     This makes calling a method with the name of a declarator work.
index 5f43590..fc11861 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.005002';
+our $VERSION = '0.005003';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;