Updating database number
[koha_gimpoz] / installer / install.pl
index 437d03f..5fac1f6 100755 (executable)
@@ -58,7 +58,7 @@ if ( $step && $step == 1 ) {
     $template->param( language => 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.006001 ) {    # Bug 179
+    unless ( $] >= 5.008008 ) {    # Bug 4505
         $template->param( problems => 1, perlversion => 1, checkmodule => 0 );
     }