Skip Menu |

This queue is for tickets about the Safe CPAN distribution.

Report information
The Basics
Id: 72187
Status: resolved
Priority: 0/
Queue: Safe

People
Owner: RGARCIA [...] cpan.org
Requestors: SILASMONK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Safe in compatible with Devel::Cover
The attached test file passes if run normally but fails if run under Devel::Cover. I have managed to work round this by dropping a dummy Safe.pm into blib/lib which is why I decided to send this as a Safe bug rather than a Devel::Cover. However I accept it could go either way.
Subject: a.t
use Test::More tests => 1; use Safe; my $c = Safe->new->reval("\$D = {};;\$D"); ok($c);
This is fixed by this patch : http://perl5.git.perl.org/perl.git/commitdiff/312434d200ea2a8487b21594aeb6c13838c42b0b which will be included in the next release of Safe.