From 088df475121853a4f530252fe98d68ac3f9034ef Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 6 Nov 2017 15:51:33 +0100 Subject: [PATCH] TT#19710 Add missing perl shebangs Change-Id: I0d04b44b9ed25226587b2486a9ca6c6f1d67e112 --- Build.PL | 3 +++ t/compile.t | 2 ++ tools/render_schema.pl | 1 + 3 files changed, 6 insertions(+) diff --git a/Build.PL b/Build.PL index 6e5028f6..101511c4 100644 --- a/Build.PL +++ b/Build.PL @@ -1,4 +1,7 @@ +#!/usr/bin/perl + use Module::Build qw(); + my $builder = Module::Build->new( module_name => 'NGCP-Schema', license => 'GPL_3', diff --git a/t/compile.t b/t/compile.t index 71f88385..b8c4695c 100644 --- a/t/compile.t +++ b/t/compile.t @@ -1,3 +1,5 @@ +#!/usr/bin/perl + use Sipwise::Base '-skip'=>['TryCatch']; use blib 'blib'; use File::ShareDir qw(dist_file); diff --git a/tools/render_schema.pl b/tools/render_schema.pl index ecb54975..e1c96e94 100644 --- a/tools/render_schema.pl +++ b/tools/render_schema.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl BEGIN { unshift(@INC,'../lib');