diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-18 16:00:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-18 16:00:06 +0000 |
commit | fc66dc19f747b66204279dd55f2c3e7f378b695f (patch) | |
tree | 381f20fed155930d9c8f4aba105622a166692668 /perl-install/install_any.pm | |
parent | cabec45b66bf300e72243d842d7c5267bdbf6b23 (diff) | |
download | drakx-fc66dc19f747b66204279dd55f2c3e7f378b695f.tar drakx-fc66dc19f747b66204279dd55f2c3e7f378b695f.tar.gz drakx-fc66dc19f747b66204279dd55f2c3e7f378b695f.tar.bz2 drakx-fc66dc19f747b66204279dd55f2c3e7f378b695f.tar.xz drakx-fc66dc19f747b66204279dd55f2c3e7f378b695f.zip |
new features including checking unused functions, and checking methods being available
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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'; |