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.
use warnings;
use 5.008001;
-our $VERSION = '0.006008';
+our $VERSION = '0.006009';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
use B::Hooks::EndOfScope;
use Carp qw/confess/;
-our $VERSION = '0.006008';
+our $VERSION = '0.006009';
sub new {
my $class = shift;
use strict;
use warnings;
-our $VERSION = '0.006008';
+our $VERSION = '0.006009';
sub install_methodhandler {
my $class = shift;