diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 13:53:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 13:53:43 +0000 |
commit | b665d3c80aa66b6f440ead49ac606e0702ffefd9 (patch) | |
tree | f9d2f8565a2aae01502b65760d91adf10c73a6fa /perl-install/interactive_newt.pm | |
parent | 625c6a2b2ad64ea930f2c444bed180b106732985 (diff) | |
download | drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar.gz drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar.bz2 drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar.xz drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.zip |
no_comment
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r-- | perl-install/interactive_newt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm index d16e3632f..6fbc18d3c 100644 --- a/perl-install/interactive_newt.pm +++ b/perl-install/interactive_newt.pm @@ -9,7 +9,7 @@ use vars qw(@ISA); use interactive; use common qw(:common :functional); use log; -use Newt::Newt; +use Newt::Newt; #- !! provides Newt and not Newt::Newt my $width = 80; my $height = 25; |