@@ -, +, @@ from staff Carp::croak('Usage: POSIX::exit(status)') called at /usr/lib/x86_64-linux-gnu/perl/5.28/POSIX.pm line 22 POSIX::usage('exit(status)') called at (eval 2066) line 3 --- tags/review.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tags/review.pl +++ a/tags/review.pl @@ -20,7 +20,7 @@ # along with Koha; if not, see . use Modern::Perl; -use POSIX qw( ceil exit ); +use POSIX qw( ceil ); use CGI qw ( -utf8 ); use CGI::Cookie; # need to check cookies before having CGI parse the POST request use URI::Escape qw( uri_escape_utf8 ); --