Changes for Devel-Declare
+0.006011 - 22 Feb 2012
- In XS, use PERL_NO_GET_CONTEXT for efficiency.
- Avoid using Test::Warn, which has previously been a troublesome
dependency.
use warnings;
use 5.008001;
-our $VERSION = '0.006010';
+our $VERSION = '0.006011';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
use B::Hooks::EndOfScope;
use Carp qw/confess/;
-our $VERSION = '0.006010';
+our $VERSION = '0.006011';
sub new {
my $class = shift;
use strict;
use warnings;
-our $VERSION = '0.006010';
+our $VERSION = '0.006011';
sub install_methodhandler {
my $class = shift;