View | Details | Raw Unified | Return to bug 20594
Collapse All | Expand All

(-)a/installer/install.pl (-3 / +2 lines)
Lines 93-100 if ( $step && $step == 1 ) { Link Here
93
    $template->param( 'checkmodule' => 1 )
93
    $template->param( 'checkmodule' => 1 )
94
      ; # we start with the assumption that there are no problems and set this to 0 if there are
94
      ; # we start with the assumption that there are no problems and set this to 0 if there are
95
95
96
    unless ( $] >= 5.020000 ) {    # Bug 20104
96
    unless ( $] >= 5.010000 ) {    # Bug 20594
97
        $template->param( problems => 1, perlversion => '5.20', checkmodule => 0 );
97
        $template->param( problems => 1, perlversion => '5.10', checkmodule => 0 );
98
        $checkmodule = 0;
98
        $checkmodule = 0;
99
    }
99
    }
100
100
101
- 

Return to bug 20594