diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-15 00:49:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-15 00:49:48 +0000 |
commit | 1bd0d70a43bc734b826ae3f181b057aa22c977d7 (patch) | |
tree | d6d052d0b5944dd308dbe5b496f0767a9ff3891c /perl-install/modules.pm | |
parent | 613c0e3b6d083c8a552e6e8b34bf0e52a4b4f23b (diff) | |
download | drakx-1bd0d70a43bc734b826ae3f181b057aa22c977d7.tar drakx-1bd0d70a43bc734b826ae3f181b057aa22c977d7.tar.gz drakx-1bd0d70a43bc734b826ae3f181b057aa22c977d7.tar.bz2 drakx-1bd0d70a43bc734b826ae3f181b057aa22c977d7.tar.xz drakx-1bd0d70a43bc734b826ae3f181b057aa22c977d7.zip |
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 94f1ec283..43465ec9d 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -156,7 +156,7 @@ sub text2driver($) { } -sub load($;$@) { +sub load { my ($name, $type, @options) = @_; if ($::testing) { |