add note wrt Package::Stash::PP
Matt S Trout [Fri, 11 Nov 2011 17:48:58 +0000 (17:48 +0000)]
lib/Filter/Keyword.pm

index 9ebd2a2..9d01adf 100644 (file)
@@ -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);