diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-04 17:20:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-04 17:20:39 +0000 |
commit | e0c66a78e9d1cea24e5bc694702e29b2427025ea (patch) | |
tree | 0e69a4c03f722d101c13a03070199d32f44e8f6a | |
parent | d82f0edeb3cd1448d6dc234b353c516e0b147020 (diff) | |
download | drakx-backup-do-not-use-e0c66a78e9d1cea24e5bc694702e29b2427025ea.tar drakx-backup-do-not-use-e0c66a78e9d1cea24e5bc694702e29b2427025ea.tar.gz drakx-backup-do-not-use-e0c66a78e9d1cea24e5bc694702e29b2427025ea.tar.bz2 drakx-backup-do-not-use-e0c66a78e9d1cea24e5bc694702e29b2427025ea.tar.xz drakx-backup-do-not-use-e0c66a78e9d1cea24e5bc694702e29b2427025ea.zip |
fix missing "use modules::interactive" (thanks to David Eastcott)
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c0e3a104e..aa90cbce5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -25,6 +25,7 @@ use fsedit; use loopback; use mouse; use modules; +use modules::interactive; use lang; use keyboard; use any; |