From: Florian Ragwitz Date: Sat, 4 Oct 2008 22:30:57 +0000 (+0000) Subject: Version 0.002001. X-Git-Tag: 0.005000~74 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82e5ff1c3d52fbd019f0fd95ad383a3aeb18e930;hp=dcf29eb680f676ad86727ee0597fefe1e69833eb;p=p5sagit%2FDevel-Declare.git Version 0.002001. --- 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;