summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
blob: 1383ad37208280757564d34cad17119265c99630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;