summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-03 00:47:28 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-03 00:47:28 +0000
commitb58392362e2ddf85271dae90c15d48215921d224 (patch)
tree76f7bbd93c4b0f893e9316ccb7cc78158facca9e /perl-install/install_steps_newt.pm
parent9176797a41f4acb22259ffa0b7e58d49b1bceac3 (diff)
downloaddrakx-b58392362e2ddf85271dae90c15d48215921d224.tar
drakx-b58392362e2ddf85271dae90c15d48215921d224.tar.gz
drakx-b58392362e2ddf85271dae90c15d48215921d224.tar.bz2
drakx-b58392362e2ddf85271dae90c15d48215921d224.tar.xz
drakx-b58392362e2ddf85271dae90c15d48215921d224.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r--perl-install/install_steps_newt.pm16
1 files changed, 16 insertions, 0 deletions
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm
new file mode 100644
index 000000000..1383ad372
--- /dev/null
+++ b/perl-install/install_steps_newt.pm
@@ -0,0 +1,16 @@
+package install_steps_newt;
+
+use diagnostics;
+use strict;
+use vars qw(@ISA);
+
+@ISA = qw(install_steps_interactive interactive_newt);
+
+#-######################################################################################
+#- misc imports
+#-######################################################################################
+use install_steps_interactive;
+use interactive_newt;
+
+1;
+