summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
diff options
context:
space:
mode:
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;
+