Description: Add shebang to test.pl script
 Based on libnet-tclink-perl/debian/patches/add-shebang.patch
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2019-02-23
---
--- a/test.pl
+++ b/test.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl test.pl'
 
