Skip Menu |

This queue is for tickets about the Eval-Context CPAN distribution.

Report information
The Basics
Id: 38564
Status: resolved
Worked: 2 min
Priority: 0/
Queue: Eval-Context

People
Owner: Nobody in particular
Requestors: rkrimen [...] cpan.org
Cc:
AdminCc:

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



Broken test in t/012_safe.t This portion assumes XXX.pm does not exist, which it does: $context->eval ( SAFE =>{PRE_CODE => "use XXX;\n\n"}, CODE => '', ) ; } qr/Can't locate XXX.pm/, 'PRE_SAFE_CODE error' ; I'd recommend a better name, maybe something like "Xyzzy::ThisModuleDoesNotExist" http://search.cpan.org/~ingy/XXX-0.12/lib/YYY.pm
FIXED: test fails because of unexpected existing module XXX.pm