diff options
Diffstat (limited to 'fake_packages')
-rwxr-xr-x | fake_packages/gen.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fake_packages/gen.pl b/fake_packages/gen.pl index 1524646..3fc8a4b 100755 --- a/fake_packages/gen.pl +++ b/fake_packages/gen.pl @@ -3,6 +3,8 @@ use strict; use MDK::Common; +# FIXME: handle "sub binary { shift->type('I', @_); }" (Net::FTP) + my ($current_package, $current_prefix, $current_name); sub is_blacklisted { |