Version 0.005006. 0.005006
Florian Ragwitz [Sun, 7 Jun 2009 11:01:50 +0000 (13:01 +0200)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index 370e554..e8dc6c8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Changes for Devel-Declare
 
+0.005006
+  - Fix compilation on 5.8 perls.
+
 0.005005
   - Improve compatibility with MAD-enabled perls
     (Reini Urban, Closes RT#45779).
index dd16bbd..c2c133a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.005005';
+our $VERSION = '0.005006';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;