summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-30 19:46:26 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-30 19:46:26 +0000
commit4d03533983eda1325e04122a4dc478d892862471 (patch)
tree6eeae7e5caf5fd36ed29269ff103530cf9cb6e76 /perl-install/modules.pm
parentfaf75da8e25d5b5a16cfa6a91d5901ff83aa3a38 (diff)
downloaddrakx-backup-do-not-use-4d03533983eda1325e04122a4dc478d892862471.tar
drakx-backup-do-not-use-4d03533983eda1325e04122a4dc478d892862471.tar.gz
drakx-backup-do-not-use-4d03533983eda1325e04122a4dc478d892862471.tar.bz2
drakx-backup-do-not-use-4d03533983eda1325e04122a4dc478d892862471.tar.xz
drakx-backup-do-not-use-4d03533983eda1325e04122a4dc478d892862471.zip
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index a938705d8..caff2f2a5 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -138,7 +138,7 @@ while (my ($k, $v) = each %drivers) {
1;
-
+sub drivers { %drivers }
sub text_of_type($) {
my ($type) = @_;