summaryrefslogtreecommitdiffstats
path: root/src/perl_checker.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl_checker.ml')
0 files changed, 0 insertions, 0 deletions
a class='active' href='/software/drakx/tree/perl-install/install_steps_newt.pm?h=topic/Corpo_2_1&id=01975efac2cb7e05fbe05ec3733ae904669a1e94'>treecommitdiffstats
path: root/perl-install/install_steps_newt.pm
blob: 7fd1cab1f920b906b0e7e34bd3d878afe2ef102a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
package install_steps_newt; # $Id$

use diagnostics;
use strict;
use vars qw(@ISA);

@ISA = qw(install_steps_interactive interactive_newt);

#-######################################################################################
#- misc imports
#-######################################################################################
use install_steps_interactive;