From 0fe3f529055c7ee8db78ec6c7f24ba3c77331c5c Mon Sep 17 00:00:00 2001 From: Jon Knight Date: Mon, 23 Oct 2017 16:29:41 +0000 Subject: [PATCH] Bug_19164: remove use strict/warn lines (were commented out anyway) Signed-off-by: Mackey Johnstone --- misc/stage_file.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/stage_file.pl b/misc/stage_file.pl index 9eee4f9b72..10b1805c5c 100755 --- a/misc/stage_file.pl +++ b/misc/stage_file.pl @@ -19,8 +19,6 @@ # with this program; 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; BEGIN { # find Koha's Perl modules -- 2.11.0