@@ -, +, @@ $ ktd --shell k$ prove t/00-testcritic.t --- catalogue/showelastic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/catalogue/showelastic.pl +++ a/catalogue/showelastic.pl @@ -39,7 +39,7 @@ use C4::XSLT ; use Koha::SearchEngine::Elasticsearch; use LWP::Simple qw/get/; -my $input= new CGI; +my $input= CGI->new; my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { template_name => "catalogue/showelastic.tt", --