Bug 31644: (QA follow-up) Add two missing shebang lines
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 21 Oct 2022 07:44:50 +0000 (07:44 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 14:53:19 +0000 (11:53 -0300)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/SimpleMARC.t
t/db_dependent/MarcModificationTemplates.t

index 04e9a7e..56a92fb 100755 (executable)
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use Modern::Perl;
 
 use Test::More tests => 11;
index 38549c6..f448291 100755 (executable)
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use Modern::Perl;
 
 use Test::More tests => 129;