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

(-)a/installer/install.pl (-1 / +1 lines)
Lines 59-65 if ( $step && $step == 1 ) { Link Here
59
    $template->param( language => 1 );
59
    $template->param( language => 1 );
60
    $template->param( 'checkmodule' => 1 ); # we start with the assumption that there are no problems and set this to 0 if there are
60
    $template->param( 'checkmodule' => 1 ); # we start with the assumption that there are no problems and set this to 0 if there are
61
61
62
    unless ( $] >= 5.008008 ) {    # Bug 4505
62
    unless ( $] >= 5.010000 ) {    # Bug 7375
63
        $template->param( problems => 1, perlversion => 1, checkmodule => 0 );
63
        $template->param( problems => 1, perlversion => 1, checkmodule => 0 );
64
    }
64
    }
65
65
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt (-3 / +2 lines)
Lines 49-56 listed, please inform your systems administrator.</p> Link Here
49
  <p>I encountered some problems.</p>
49
  <p>I encountered some problems.</p>
50
   <ul>
50
   <ul>
51
    [% IF ( perlversion ) %]
51
    [% IF ( perlversion ) %]
52
    <li>Your perl version seems to be obsolete.
52
    <li>Your Perl version seems to be obsolete.
53
      Please upgrade to a newer version of Perl (at least Version 5.006001).</li>
53
      Please upgrade to a newer version of Perl (at least Version 5.10).</li>
54
    [% END %]
54
    [% END %]
55
   </ul>
55
   </ul>
56
  [% END %]
56
  [% END %]
57
- 

Return to bug 7375