From: Florian Ragwitz Date: Sun, 24 May 2009 15:22:47 +0000 (+0200) Subject: Version 0.005003. X-Git-Tag: 0.005003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98820f7a6cce03acc626b1f396b4597fa0693b4c;p=p5sagit%2FDevel-Declare.git Version 0.005003. --- diff --git a/Changes b/Changes index 8f94f6c..5169e18 100644 --- 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. diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 5f43590..fc11861 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.005002'; +our $VERSION = '0.005003'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;