From: Jesse Luehrs Date: Tue, 16 Nov 2010 15:43:12 +0000 (-0600) Subject: document the memory leaks as a bug X-Git-Tag: 0.16~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FPackage-Stash.git;a=commitdiff_plain;h=cdb543b5aa5181944c59414e1129702110a83fe1 document the memory leaks as a bug --- diff --git a/lib/Package/Stash/PP.pm b/lib/Package/Stash/PP.pm index 98e89d0..d6ca34b 100644 --- a/lib/Package/Stash/PP.pm +++ b/lib/Package/Stash/PP.pm @@ -345,6 +345,12 @@ considered a feature in some cases (this is how L works, for instance), but should not be relied upon - use C directly if you want this behavior. +=item * Some minor memory leaks + +The pure perl implementation has a couple minor memory leaks (see the TODO +tests in t/20-leaks.t) that I'm having a hard time tracking down - these may be +core perl bugs, it's hard to tell. + =back Please report any bugs through RT: email