diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | fake_packages/Glib.pm | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,6 @@ +- fix Glib fake package causing perl_checker to show bogus "too many + parameters" on some isa() calls + Version 1.2.16 - 18 March 2012, by Thierry Vignaud - reduce perl_checker SNR on perl function expecting a variable number diff --git a/fake_packages/Glib.pm b/fake_packages/Glib.pm index 9f972a5..e182eb5 100644 --- a/fake_packages/Glib.pm +++ b/fake_packages/Glib.pm @@ -319,8 +319,6 @@ package Glib::Object::_LazyLoader; our @ISA = qw(); sub AUTOLOAD() {} sub _load { my ($_package) = @_ } -sub can() {} -sub isa() {} package Glib::OptionContext; our @ISA = qw(); |