From 3e8ef0173b6400df08a721d70b9fdf0383611c0d 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) --- misc/stage_file.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/stage_file.pl b/misc/stage_file.pl index 9eee4f9..10b1805 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.1.4