From: Jesse Luehrs <doy@tozt.net>
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?a=commitdiff_plain;h=cdb543b5aa5181944c59414e1129702110a83fe1;p=gitmo%2FPackage-Stash.git

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<namespace::clean> works, for
 instance), but should not be relied upon - use C<remove_glob> 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