Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 7032
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: fergal [...] esatclear.ie
Cc:
AdminCc:

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



Subject: eq_array can hold refs after it should have let them go
eq_array() leaves data hanging around in @Test::More::Data_Stack, possibly preventing DESTROYs. the last part of that patch (before the .t patching) solves this
[FDALY - Tue Jul 20 19:27:16 2004]: Show quoted text
> eq_array() leaves data hanging around in @Test::More::Data_Stack, > possibly > preventing DESTROYs. > > the last part of that patch (before the .t patching) solves this
What patch?