Version 0.005008. 0.005008
Florian Ragwitz [Tue, 28 Jul 2009 06:30:19 +0000 (08:30 +0200)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index f1797e5..77d7369 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Changes for Devel-Declare
 
+  - Depend on the latest ExtUtils::Depends for win32+gcc support.
   - Conditionally expand linestrings under perl debugger.
 
 0.005007 - 13 Jul 2009
index 58aeec7..a35fd51 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.005007';
+our $VERSION = '0.005008';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;