From: Zefram Date: Wed, 1 Feb 2012 21:43:39 +0000 (+0000) Subject: Version 0.006009 X-Git-Tag: 0.006009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=7bf7590532f15b0400ad948818b090d2e9e18d32 Version 0.006009 --- diff --git a/Changes b/Changes index 2af6d1f..3bdec52 100644 --- 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. diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 923453d..b1fceec 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.006008'; +our $VERSION = '0.006009'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2; diff --git a/lib/Devel/Declare/Context/Simple.pm b/lib/Devel/Declare/Context/Simple.pm index 2b9cfc1..1f7247e 100644 --- a/lib/Devel/Declare/Context/Simple.pm +++ b/lib/Devel/Declare/Context/Simple.pm @@ -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; diff --git a/lib/Devel/Declare/MethodInstaller/Simple.pm b/lib/Devel/Declare/MethodInstaller/Simple.pm index e285ea0..da6e2c0 100644 --- a/lib/Devel/Declare/MethodInstaller/Simple.pm +++ b/lib/Devel/Declare/MethodInstaller/Simple.pm @@ -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;