@@ -, +, @@ --- installer/install.pl | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/installer/install.pl +++ a/installer/install.pl @@ -93,8 +93,8 @@ if ( $step && $step == 1 ) { $template->param( 'checkmodule' => 1 ) ; # we start with the assumption that there are no problems and set this to 0 if there are - unless ( $] >= 5.010000 ) { # Bug 7375 - $template->param( problems => 1, perlversion => 1, checkmodule => 0 ); + unless ( $] >= 5.020000 ) { # Bug 20104 + $template->param( problems => 1, perlversion => '5.20', checkmodule => 0 ); $checkmodule = 0; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt @@ -70,7 +70,7 @@

I encountered some problems.

[% END %] --