Changes for Devel-Declare
+0.006010 - 07 Feb 2012
- Fix workaround for unexported core symbols to avoid breaking
compilation on non-threading builds of Perl 5.8.
- Set permissions on .perldb file created during test, to avoid
use warnings;
use 5.008001;
-our $VERSION = '0.006009';
+our $VERSION = '0.006010';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
use B::Hooks::EndOfScope;
use Carp qw/confess/;
-our $VERSION = '0.006009';
+our $VERSION = '0.006010';
sub new {
my $class = shift;
use strict;
use warnings;
-our $VERSION = '0.006009';
+our $VERSION = '0.006010';
sub install_methodhandler {
my $class = shift;