diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-30 13:13:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-30 13:13:00 +0000 |
commit | faefd04705779f719ea87759eed5e129a0ec5e27 (patch) | |
tree | 6aa614ad56d8f70401a9e44e41270af1b403876d /perl-install/pkgs.pm | |
parent | dadaa56cd93005872900da1b75432b062f9fa960 (diff) | |
download | drakx-faefd04705779f719ea87759eed5e129a0ec5e27.tar drakx-faefd04705779f719ea87759eed5e129a0ec5e27.tar.gz drakx-faefd04705779f719ea87759eed5e129a0ec5e27.tar.bz2 drakx-faefd04705779f719ea87759eed5e129a0ec5e27.tar.xz drakx-faefd04705779f719ea87759eed5e129a0ec5e27.zip |
no_comment
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 7adb586fd..75a2434f5 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -184,7 +184,7 @@ sub readCompss($) { \@compss; } -sub readCompssList($) { +sub readCompssList($$) { my ($packages, $compss) = @_; my %compss; map { $compss{$_->{name}} = $_ } @$compss; |