From 22b8e505bf7d03ded5fc0f8803907b8edba12069 Mon Sep 17 00:00:00 2001
From: David Cook <dcook@prosentient.com.au>
Date: Wed, 14 Oct 2020 22:53:24 +0000
Subject: [PATCH] Bug 26673: Remove #!/usr/bin/env perl from .pm modules too
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 C4/TTParser.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/C4/TTParser.pm b/C4/TTParser.pm
index 24e7b83bef..7007fb6604 100644
--- a/C4/TTParser.pm
+++ b/C4/TTParser.pm
@@ -1,5 +1,3 @@
-#!/usr/bin/env perl
-
 # Copyright Tamil 2011
 #
 # This file is part of Koha.
-- 
2.11.0