summaryrefslogtreecommitdiffstats
path: root/fake_packages
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-19 19:00:28 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-19 19:00:28 +0000
commit70fb359bbf032612ea1f0ae70c96d05190086fb0 (patch)
treec9187eddbf6e83aea3bfa2896489b06c6e252354 /fake_packages
parentef5e00ccb96ba585bc5c447f1d5f07cf01fbaf9d (diff)
downloadperl_checker-70fb359bbf032612ea1f0ae70c96d05190086fb0.tar
perl_checker-70fb359bbf032612ea1f0ae70c96d05190086fb0.tar.gz
perl_checker-70fb359bbf032612ea1f0ae70c96d05190086fb0.tar.bz2
perl_checker-70fb359bbf032612ea1f0ae70c96d05190086fb0.tar.xz
perl_checker-70fb359bbf032612ea1f0ae70c96d05190086fb0.zip
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)
Diffstat (limited to 'fake_packages')
-rw-r--r--fake_packages/Glib.pm2
1 files changed, 0 insertions, 2 deletions
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();