Browse Source

Patch bin scripts to support the #! Makefile.PL was invoked with

setting it to /usr/bin/perl makes EUMM update the #! during install
Todd Rinaldo 7 years ago
parent
commit
95475ad938

+ 1 - 1
bin/testrail-bulk-mark-results

@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ABSTRACT: Bulk mark entire runs/plans (or groups of tests therein) as the provided status.
 # PODNAME: TestRail::Bin::BulkMarkResults
 

+ 1 - 1
bin/testrail-cases

@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ABSTRACT: get information about cases inside various testsuites/sections.
 # PODNAME: TestRail::Bin::Cases
 

+ 1 - 1
bin/testrail-lock

@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ABSTRACT: Lock a test in a TestRail, and return the test name if successful.
 # PODNAME: TestRail::Bin::Lock
 

+ 1 - 1
bin/testrail-report

@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ABSTRACT: Upload your TAP results to TestRail after they've finished
 # PODNAME: TestRail::Bin::Report
 

+ 1 - 1
bin/testrail-results

@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ABSTRACT: List results for specified test(s).
 # PODNAME: TestRail::Bin::Results
 

+ 1 - 1
bin/testrail-runs

@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ABSTRACT: List runs in a TestRail project matching the provided filters
 # PODNAME: TestRail::Bin::Runs
 

+ 1 - 1
bin/testrail-tests

@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # ABSTRACT: List tests in a TestRail run matching the provided filters
 # PODNAME: TestRail::Bin::Tests