Skip Menu |

This queue is for tickets about the Class-Rebless CPAN distribution.

Report information
The Basics
Id: 6153
Status: resolved
Priority: 0/
Queue: Class-Rebless

People
Owner: GAAL [...] cpan.org
Requestors: gaal [...] forum2.org
Cc:
AdminCc:

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



Subject: warning on undef value with mutator custom editors
When (ab)using custom() with an editor that switches the visited node with a new one from under the recursion, sometimes warnings occur on undef values at line 142. The fix: before the if, after the assignment to $type, insert this line: return $obj unless $type; # automatic pruning in case of mut(il)ating editor Will be fixed in 0.04.