Version 0.003002.
Florian Ragwitz [Sat, 25 Oct 2008 17:44:34 +0000 (17:44 +0000)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index beaaa99..33bc550 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Changes for Devel-Declare
 
+0.003002
+  - Depend on Sub::Name and B::Hooks::EndOfScope. MethodInstaller::Simple and
+    Context::Simple use them.
+
 0.003001
   - Don't use :lvalue in Context::Simple and MethodInstaller::Simple to keep
     the debugger happy.
index c0b3aab..e03d43c 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.003001';
+our $VERSION = '0.003002';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;