@@ -, +, @@ --- mainpage.pl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) --- a/mainpage.pl +++ a/mainpage.pl @@ -18,8 +18,7 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use strict; -use warnings; +use Modern::Perl; use CGI; use C4::Output; use C4::Auth; --