$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
unless ( $] >= 5.010000 ) { # Bug 20594
$template->param( problems => 1, perlversion => '5.20', checkmodule => 0 );
$template->param( problems => 1, perlversion => '5.10', checkmodule => 0 );
$checkmodule = 0;
}
-