From ec8489e82d413c4702707376ae821ea164b6f78a Mon Sep 17 00:00:00 2001 From: sandbox8 Date: Fri, 12 Jul 2013 13:47:54 +0200 Subject: [PATCH] Bug xxxxx: Modern::Perl should be used Signed-off-by: sandboxes http://bugs.koha-community.org/show_bug.cgi?id=6473 --- mainpage.pl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/mainpage.pl b/mainpage.pl index 4159618..b8bfcca 100755 --- a/mainpage.pl +++ b/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; -- 1.7.2.5