diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-18 16:21:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-18 16:21:39 +0000 |
commit | 298735afc1d13e6ee965f898da7af319627564a5 (patch) | |
tree | c7c83900b53b353aa8ec1608514ffabcd9215760 /perl-install/standalone.pm | |
parent | 7457779a9cddd7265eda4653402ca3e1134c3f3d (diff) | |
download | drakx-298735afc1d13e6ee965f898da7af319627564a5.tar drakx-298735afc1d13e6ee965f898da7af319627564a5.tar.gz drakx-298735afc1d13e6ee965f898da7af319627564a5.tar.bz2 drakx-298735afc1d13e6ee965f898da7af319627564a5.tar.xz drakx-298735afc1d13e6ee965f898da7af319627564a5.zip |
help perl_checker knowing packages are used as classes
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index feb6ddc3a..93a653305 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -150,6 +150,7 @@ package pkgs_interactive; use run_program; use common; +our @ISA = qw(); #- tell perl_checker this is a class sub interactive::do_pkgs { my ($in) = @_; |