From 50f4c8c831290aa6a02a821d591497e6d33ce94b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Apr 2018 09:09:31 -0300 Subject: [PATCH] Revert "Bug 20104: Update minimum version of Perl to 5.20" This reverts commit 4218875ec039dc375124f969caea1624399c21a4. Signed-off-by: Jonathan Druart --- installer/install.pl | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/install.pl b/installer/install.pl index c1329393eb..a7aaa28e2f 100755 --- a/installer/install.pl +++ b/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.020000 ) { # Bug 20104 - $template->param( problems => 1, perlversion => '5.20', checkmodule => 0 ); + unless ( $] >= 5.010000 ) { # Bug 7375 + $template->param( problems => 1, perlversion => 1, checkmodule => 0 ); $checkmodule = 0; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt index 7cebfa8dcd..806f28eb79 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt @@ -70,7 +70,7 @@

I encountered some problems.

[% END %] -- 2.39.2