Skip Menu |

This queue is for tickets about the Pod-Compiler CPAN distribution.

Report information
The Basics
Id: 4651
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Pod-Compiler

People
Owner: Marek.Rouchal [...] gmx.net
Requestors:
Cc:
AdminCc:

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



Subject: breaking circular references
package Pod::Compiler; should have a DESTROY method to break circular references. The following ought to suffice sub DESTROY { my $self = shift; delete $self->{_current}; $self->root->delete_tree(); }
fixed in 0.20