Version 0.006009 0.006009
Zefram [Wed, 1 Feb 2012 21:43:39 +0000 (21:43 +0000)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/Context/Simple.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index 2af6d1f..3bdec52 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Changes for Devel-Declare
 
+0.006009 - 01 Feb 2012
   - Be adaptive about whether to delete the line reallocation filter,
     so as to play as nicely as possible with other kinds of source filter.
   - Document that injecting newlines doesn't work.
index 923453d..b1fceec 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.006008';
+our $VERSION = '0.006009';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index 2b9cfc1..1f7247e 100644 (file)
@@ -6,7 +6,7 @@ use Devel::Declare ();
 use B::Hooks::EndOfScope;
 use Carp qw/confess/;
 
-our $VERSION = '0.006008';
+our $VERSION = '0.006009';
 
 sub new {
   my $class = shift;
index e285ea0..da6e2c0 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.006008';
+our $VERSION = '0.006009';
 
 sub install_methodhandler {
   my $class = shift;