From: Matt S Trout Date: Fri, 11 Nov 2011 17:48:58 +0000 (+0000) Subject: add note wrt Package::Stash::PP X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFilter-Keyword.git;a=commitdiff_plain;h=da378187ccd7f5c04cef549657660203205f0358 add note wrt Package::Stash::PP --- diff --git a/lib/Filter/Keyword.pm b/lib/Filter/Keyword.pm index 9ebd2a2..9d01adf 100644 --- a/lib/Filter/Keyword.pm +++ b/lib/Filter/Keyword.pm @@ -1,5 +1,6 @@ package Filter::Keyword; +# we need the PP implementation's version of remove_symbol use Package::Stash::PP; use Filter::Util::Call; use B qw(svref_2object);