summaryrefslogtreecommitdiffstats
path: root/fake_packages/gen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/gen.pl')
-rwxr-xr-xfake_packages/gen.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/fake_packages/gen.pl b/fake_packages/gen.pl
index a8704c9..8390534 100755
--- a/fake_packages/gen.pl
+++ b/fake_packages/gen.pl
@@ -135,7 +135,6 @@ sub parse_pm {
$name =~ s/{$//;
$l{$current_package}{$name} = [] if !defined($l{$current_package}{$name}) && !is_blacklisted($name);
$state = 'waiting_for_param';
- warn ">> N=$name\n";
get_paras($name, $_) if /shift->/;
} elsif ($state eq 'waiting_for_param' && /=\s*\@_/) {
get_paras($name, $_);