From fc66dc19f747b66204279dd55f2c3e7f378b695f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 18 Dec 2002 16:00:06 +0000 Subject: new features including checking unused functions, and checking methods being available --- perl-install/install_any.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 01f574460..da93883a2 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1152,6 +1152,8 @@ use run_program; use common; use pkgs; +our @ISA = qw(); #- tell perl_checker this is a class + sub install_steps::do_pkgs { my ($o) = @_; bless { o => $o }, 'pkgs_interactive'; -- cgit v1.2.1