Skip Menu |

This queue is for tickets about the self CPAN distribution.

Report information
The Basics
Id: 30436
Status: resolved
Priority: 0/
Queue: self

People
Owner: GUGOD [...] cpan.org
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

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



Subject: 'self' fails inside of eval {}
If you update 'set' in the 'Counter.pm' test module, a test will fail: sub set { my ($v) = args; eval { self->{v} = $v; }; } The issue seems to be that is 'self' is not defined inside the eval block, although it is defined just before the eval block is entered. Mark
Without having any idea how to do this yet, but failing tests are put into t/ and marked as TODO at this moment.