summaryrefslogtreecommitdiffstats
path: root/fake_packages/gen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/gen.pl')
-rwxr-xr-xfake_packages/gen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fake_packages/gen.pl b/fake_packages/gen.pl
index 46c9253..e0f4c3b 100755
--- a/fake_packages/gen.pl
+++ b/fake_packages/gen.pl
@@ -7,7 +7,7 @@ my ($current_package, $current_prefix, $current_name);
sub is_blacklisted {
my ($name, $para) = @_;
- member($name, qw(print use));
+ member($name, qw(can isa print use));
}