Author: Andreas Tille <tille@debian.org>
Last-Update: Sun, 22 Oct 2017 09:03:38 +0200
Description: Add shebang line to perl script

--- a/inst/perl/test_script.pl
+++ b/inst/perl/test_script.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 ## uses environment variable ENS pointing to the
 ## ENSEMBL API on the computer
 use lib $ENV{ENS} || $ENV{PERL5LIB};
