From ff3c01973fba0785b05246054457515103d3aa11 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 19 Mar 2012 19:00:28 +0000 Subject: update Glib fake package so that it stops causing perl_checker to show bogus "too many parameters" on some isa() calls (eg: on any.pm) --- fake_packages/Glib.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'fake_packages/Glib.pm') 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(); -- cgit v1.2.1