]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - Replace shebang on all scripts with /usr/bin/env perl
authorDylan William Hardison <dylan@hardison.net>
Wed, 2 Jan 2019 20:13:43 +0000 (15:13 -0500)
committerGitHub <noreply@github.com>
Wed, 2 Jan 2019 20:13:43 +0000 (15:13 -0500)
170 files changed:
Makefile.PL
admin.cgi
attachment.cgi
auth.cgi
buglist.cgi
bugzilla.pl
chart.cgi
checksetup.pl
clean-bug-user-last-visit.pl
colchange.cgi
collectstats.pl
config.cgi
contrib/clear-memcached.pl
contrib/clear-templates.pl
contrib/fixperms.pl
createaccount.cgi
describecomponents.cgi
describekeywords.cgi
docs/makedocs.pl
duplicates.cgi
editclassifications.cgi
editcomponents.cgi
editfields.cgi
editflagtypes.cgi
editgroups.cgi
editkeywords.cgi
editmilestones.cgi
editparams.cgi
editproducts.cgi
editsettings.cgi
editusers.cgi
editvalues.cgi
editversions.cgi
editwhines.cgi
editworkflow.cgi
email_in.pl
enter_bug.cgi
extensions/BMO/bin/bug_1022707.pl
extensions/BMO/bin/bug_1093952.pl
extensions/BMO/bin/migrate-github-pull-requests.pl
extensions/BMO/t/bounty_attachment.t
extensions/BzAPI/bin/rest.cgi
extensions/LastResolved/bin/bug-1509308.pl
extensions/PhabBugz/bin/phabbugz_feed.pl
extensions/PhabBugz/t/basic.t
extensions/PhabBugz/t/feed-daemon-guts.t
extensions/Push/bin/bugzilla-pushd.pl
extensions/Push/bin/nagios_push_checker.pl
extensions/RequestNagger/bin/send-request-nags.pl
extensions/Review/bin/migrate_mentor_from_whiteboard.pl
extensions/Review/bin/review_requests_rebuild.pl
extensions/TrackingFlags/bin/bug_825946.pl
extensions/TrackingFlags/bin/bulk_flag_clear.pl
extensions/TrackingFlags/bin/migrate_tracking_flags.pl
extensions/UserProfile/bin/migrate.pl
extensions/UserProfile/bin/update.pl
extensions/create.pl
gen-cpanfile.pl
github.cgi
heartbeat.cgi
importxml.pl
index.cgi
jobqueue-worker.pl
jobqueue.pl
jsonrpc.cgi
long_list.cgi
migrate.pl
new_bug.cgi
page.cgi
post_bug.cgi
process_bug.cgi
qa/config/generate_test_data.pl
query.cgi
quips.cgi
relogin.cgi
report.cgi
reports.cgi
request.cgi
reset_password.cgi
rest.cgi
robots.cgi
runtests.pl
sanitycheck.cgi
sanitycheck.pl
scripts/1298978.pl
scripts/addcustomfield.pl
scripts/attachment-data.pl
scripts/auth-test-app
scripts/block-ip.pl
scripts/bloomfilter-populate.pl
scripts/build-bmo-push-data.pl
scripts/bulk_index.pl
scripts/cereal.pl
scripts/clear-memcached.pl
scripts/clear-templates.pl
scripts/convert_datetime.pl
scripts/create_app_id.pl
scripts/delete_comments_csv.pl
scripts/eject-users-from-groups.pl
scripts/entrypoint.pl
scripts/fix-attachment-sizes.pl
scripts/fix_all_open_status_queries.pl
scripts/fixgroupqueries.pl
scripts/fixperms.pl
scripts/fixqueries.pl
scripts/generate_bmo_data.pl
scripts/generate_conduit_data.pl
scripts/group-set-members.pl
scripts/issue-api-key.pl
scripts/localconfig-as-json
scripts/merge-users.pl
scripts/migrate-attachments.pl
scripts/migrate-cab-review.pl
scripts/migrate_whiteboard_keyword.pl
scripts/move_flag_types.pl
scripts/move_os.pl
scripts/movebugs.pl
scripts/movecomponent.pl
scripts/nagios_blocker_checker.pl
scripts/nagios_push_checker.pl
scripts/nuke-bugs.pl
scripts/perl-fmt
scripts/reassign_open_bugs.pl
scripts/remove-non-public-data.pl
scripts/remove_idle_group_members.pl
scripts/reset_default_user.pl
scripts/resolve_bugs.pl
scripts/sanitizeme.pl
scripts/search.pl
scripts/secbugsreport.pl
scripts/security_remove.pl
scripts/sendmail.pl
scripts/sendunsentbugmail.pl
scripts/suggest-user.pl
scripts/syncflags.pl
scripts/syncmsandversions.pl
scripts/triage_owners_csv.pl
scripts/undo.pl
scripts/update-bug-groups.pl
scripts/update-crash-signatures.pl
scripts/update_localconfig.pl
scripts/update_params.pl
scripts/user-prefs.pl
search_plugin.cgi
show_activity.cgi
show_bug.cgi
showattachment.cgi
showdependencygraph.cgi
showdependencytree.cgi
summarize_time.cgi
t/002goodperl.t
t/bmo/comments.t
t/critic.t
t/db-error-cleanup.pl
t/docker.t
t/mock-db.t
t/mock-params.t
t/mojo-example.t
t/mojo-oauth2.t
t/security-risk.t
testserver.pl
token.cgi
userprefs.cgi
view_job_queue.cgi
votes.cgi
whine.pl
whineatnews.pl
xml.cgi
xmlrpc.cgi
xt/search.t

index 3171287ee34dc8d1bf7e615907c055d79dd0a0ab..17fb0f2d9dfee747a3ee9a0ec54004053a797f8e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 91e1aec1f16ac819502afc1d00f57749a00c9431..f389083ed9756e2ea6e7c310ddb7874b9b977261 100755 (executable)
--- a/admin.cgi
+++ b/admin.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 51c0f012d1554d6f0a00c5997efb6eb78e3aa1ef..b165651e467dda3aa9f0f4a5d9effe13dd0c246a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index dbb4629d9025a8bb9aeaa21274fd34b091e88c67..66405fcb1c85be0867f3e76f609666bfc96e295c 100755 (executable)
--- a/auth.cgi
+++ b/auth.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 3954c4f2569fa406098def9cef81ea3bffc8866c..b3011c16e824b193e8f8a570ac92955c7957f80b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 34075d78949dc74ac311d84c73487178c7f7d7fe..ccc8f126e5a325c5515a75eaf1ca0c98598f4e37 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 use 5.10.1;
 use strict;
 use warnings;
index 9ea747fceec0aed66cd7f2a3ac05d7a4ec4beb03..7652680e4dfe24cb5befa19beb8b77f87f485db9 100755 (executable)
--- a/chart.cgi
+++ b/chart.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 6ede39efb7c125aad6f30f75a0ca357bbb2e664f..ec80b5b067d3ae82e1952e20eb79e8c4c3ad4a22 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e9b3badda62142b76e9c4104769abc1d8ccae1a8..0dd1c419d43ad14b09251f058f83fa97aa414f12 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 2e31207a5e21b3c2a03b703ec18d4d1a92c8ae52..542d3471904946d7cf72cac4b792f5131dec8fed 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 485e497cd0632032210112bc375ac54516b30cde..aaeb2b2cc3e978e87aabb3995d6c4e8fe6b52064 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 03d794f6e20eaf0261825982ecdcbeca6ea0744c..f4476a476823a735194efc8e1b1329a9ff0405b2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 718fc0e98df6d3bea35052b49ae62b26e4444a01..49faf46121043f08269d2b821a065db0045d221c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 5569744f0d12f5beb9f73ce7f508e2aa9a6244ec..91a25a1992604b846194e4d90c631f74951bb265 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index e92a311387228f886abbceb4b4445ecef9fefcda..5307b14346b1007e716b774b7b4e7872a83fa551 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 #
 # The contents of this file are subject to the Mozilla Public
 # License Version 1.1 (the "License"); you may not use this file
index 128ce06c87dba3c5424dbd60902506e00ff79bad..f0fd40730554cbdba73cf07650e73d1ee19e1058 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 48b0c4bf6920cfca5887ce9c1221b2c82bfbbb17..9da7420cc0247ce3e5606bad7c9d83d174b348e2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 1a047931d2dfc98c209c3828d4de39d3f87005cc..10d442d49a744f4bf8bf08531344f0ff8090321f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index feec5f0f50c90546776f36ad90c5401dac2c71ae..ebb6c50e5b16058f7e0c84f44c41f931ea6f83d5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 7a778c749e5031fab5b4dd9c475242277aa96787..b4692627aaa8c6682d42509d6bded8c8df9b284e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 1e7e3c27d7789539b19fed88f85f06f6bb6f1f82..b48e06c4c608f6b00e56ca8d845e3e2d7cb43e42 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 5070b1d1fda1a70d11e936b4b6d5294f3a245698..72fd7c679aef56e90dfc24e200f6c95c9d43af33 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index b62c632e882337dc5290853ba29aa4198ab7c4c8..9b3c1610cf74af8f29a045cf479fecf2d6aa20f8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index af26869384cbf87f783cf3295944e5e5ee9635a5..c9c09cdcf6f0efa0ea61838b3def88284efa0823 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 9e3ffc6bf70e1e5bc374b58a22c369c6eff54081..9a059add4893b867105d904b3ffb0d53ee05f4fd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 571e7412d13a78428c1429370acfd0d3488f4c4a..c9a3937dedfd02fa158fe0b6f630cb238e2d500b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e8db2586df6a66850d7461d72fb6403704b9e1f6..5c49e60493233cd75663bcc7e7372bd357a225e3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 01e824d55d90f49ac8f2f052827a09a47bbe80bd..88121484464153ac1043ab4c0fbb71e73d0c28b6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 80cf83da17d59233ca740c5fd2830061f30ba6d6..ad55a47fa1d141215115d07a37552a04c4199c77 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 9993ef882ec5cc511ddbd0b4bf91029edbeb0216..eff7208f0612f34d5f4f7671fb24bb9767bd8514 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e6c078fc0c6341db5277c784fe0902da14e23581..a815a9512ae123eb64c531c357a618fa92dfb49d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index f5be52fc271e9aace16ed94c213168cfec98ac76..dfaf2f1e8829eab552a35d34ce87d9b426c0acb6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e7aa884f9bdf18124239b9a73883de918cc63ad3..9339728ed416a8b48aff384338ca8f193cf6cf72 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 1ad1292f5bb03d13295d0579a31645d641458ade..0ff0d88f846b90aedc1fa4b551ddee7b0132cc06 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index f97a7e38882e55cd6b7d213d5cddd97393db8f82..a3d88465965bd82d5c8f8916d4659320f4da0bef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 382e60660c3ee97114325ac51e710918ed72734d..47ee30547fa816703b0817f4eae4d174ccf1285d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index a2d14e6b758855045e6fb9b0016032346200287f..c721c048e66e488128d659d487c6aaa728b72a79 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 31afa7d055229303a4ad45148f816bd215da71b3..4c336cbff74ab63dcb0b50bcb7f9460294ba0f28 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 257994ef6e67cbffe615a1754f76408363b4c526..20a9d10daa3e7e2781543c18a45c868bb2af753a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 6a421736f353124026e485586f909760434f315d..b7bdd0d680f218c41fd5e54608f6a0612c88bbff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 61552c074c45549444f0ef8eb8e6022d7df6acfd..21dbca9cab227d3abf1446303fe3ec92c217cc1a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 5a895bc1d01f8c1ab33fa9ab40ff94562a064541..c83b7906a5d497c7a16ff7ff5541bf49bebd1f72 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -wT
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 425e0c25e7d978eaa078b557d793d755c40958cb..198a03c0c9df111b2e4d68cb0924a37349cf33f1 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 2720c9104bc2496006dd2ec5ddc71a5c300e47c0..2a2ae4361cbb7504161896261dbbdac033a51116 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 161c58637a77e47be563668bbdf9acc0ad6fc8b1..761f5e24b7b6c3d69a8a9f553767ac95a2419566 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 44d65eab4179f37b3c8814f579fae17df85efeb5..4a0f1f7906e86aa32954eb42dbe86da74c650f96 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index cc509aa45692fbe79f9be0476a06ca10555f44ed..358a1e69ba3b818e8b5ae05361be7cde34169033 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 4e6e94167948da5ed1758955290e16c990ac7156..979cf2229752cd4d819a481fe23f028516dd6aca 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 64b2411510441b5aae13d7b260480af7907f3d18..94742b6af9c5ab6ce79169833d803b891a6b3e2b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index e7be24f2c9b935a27b0f3db8bd7b582d67c3ce4e..e9a623096339899b49d037528abf04cf7cc72c7c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 8bda4119c95c6c0782a58bc9064c82dfea7985fe..4d3ba72740bb7262a2d45c0cbb7fdb5f69546d8a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 54dcaf1d81b9b630a3452b69ba6cf45a884cdb6c..055cec19384750564502b557f826fc06ab0f8dfe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 3213463d904e71f6b4373c8de2f95e58c7d74d1d..72558a89b9a2658ec7937d1db9b447da51df26db 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 97b8eccd559c143a13edbd13878dfa1abf41489e..ed002b8c4dcf4ff4eace4f22b15e2447c218e610 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 08c9f54f4dc1930cad4d35a704c8b722ba6f6058..cb60c26f5c9d2c6e92a9b3160a7ece8c999d3b0e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index bdbcef329193c40b50c48110efb884258498613d..5158a8b3e82a4042471aa341911ba3f34469586d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 3d3bfaa93ad5494a18acb9451b1ee50e34336b9e..89f6f170d69cf7b5efb075a737a0738c1d03e9c7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index f773ddc995e43ded52c7a037066895eb480a3e0b..664e0afd2c3b603af408da3c965b6e98f2a7a763 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 7ad400c3d461c23ea9b1be10de6aaad98f124b1b..25b2a3b5a08efd45939c9b2ff125f597cc384e3b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index c36c734aea6996b714b54b0d68517aa86d2bbab8..afac48cebb128dfce50e88a87fb416a1585498ec 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e815b638a523bda38b2992db2594ed03c31801bd..61210f3ede8010455a7b6cd29d8f2ec14dc16366 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 4452714e005abc0626f513f3e29299d012fe153f..b32e673bb20cb2d7575f1f456123eec0c6c809c4 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 566cfdeddb4cc421c480fde1bb3cdb9d1d606759..298185d4026a71b91f967923e8b71ee05c73535a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 13acfd9bf805f7c09b0b587aafcc1f9464eb22e0..730a3bc120b84815f028f59d289d0715b26df73c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 9485c1d87011871074a0b4242b16fec9165710cc..1ba59a53d0b5a3757e281517ee04c686a7f7cf61 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 8c166ae87b3584196840ddb11eed0e6a4be07fa1..6c72d4f1f42d99e6d62ee5fe6827f08ec968f4c0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 907e0cab545e07178321e66f9d45f3592f50ac79..3607635e1f5efd8dd4e23f4664110b131977a7b1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index a7f3d74b89a2afcd3b3194300dfd22dced00e637..b212293612f127dee2937dd10b2c7dce351e7b5e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 82d8ce0641403510f1bb40fe1eaa8528a428cb1c..494a16d421f99a283b9e6aed0a26b9718090f3da 100755 (executable)
--- a/page.cgi
+++ b/page.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index bff0c8d554de1c3a9b698257ef57b312a0f3f996..ceef33c2461786a06da4d0200915a11fbc25e871 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index bae5b17195db6096cdc02bf2e627f9904badedf6..7e22a6ef1a6383e359c961c8e96e30a435f3315e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 47e5834714e0d55d4cb09389149436b4c2a67551..1af6499a21fcc98563e8bf8e968201afaddb7e14 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index d567e7ac22149be355db16c0ebabf09777760fc0..f42e1ae9dd7df0c640715a241c093be90a446e64 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 8a617045ad800f9d65355216e5c9d51c86afac69..33ad6224603b922dd2289d50fe68791f09489a80 100755 (executable)
--- a/quips.cgi
+++ b/quips.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index b7c757626fe9a545b69c5e47c0a64472b5490109..b7020b09895e23ed351c435796697a31d5914b51 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 52b88109a3359ec8c293b697d22cae270c6406fd..ead37179c72a785ef9d04ae81e926077c789f1db 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index f713f615e0bfe96f5f4867ae02b8ea6850ef9991..c585ad6ab6b92ff2a68c28430bd2e57190dcd99c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index b88faeac7a4ff000ea392e3ae9f5b3e9344eea34..067ea2a730b9263c22069ef4f3474184700cf03f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index ab2226f1e219ea246c317de825ed83b2161b785f..deae257fb52e053935abea66ee9c65b94eaaf445 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 79ea04d16be40160f0ce9883d489b034623ed07b..382729889db3e57796cc9a1a2ea1626dddb46b0a 100755 (executable)
--- a/rest.cgi
+++ b/rest.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 10401b45100995de22d4e21d9c3863dce9e79b3a..e974aef4b2367a6a5cde4e6f958cf8604fd271b9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 2ef0145dad932849fe723be0c5ec483f5af8276a..6f87e3c916a63f00ca31fd9dc8fed23572da812f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index fda287c7a89709ad59aa97ec53b085995829e6d6..ffc9360213404691c58e43b159c873973b86d044 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index d691481fa49c1c516826bc4bde9e07448f4c0fa4..5518d84c8e239258dac2d94306a2a4b6e2666f82 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 6b3fef2fa0337915f6a6374fb7e900759e257715..76cadfe589dd66fef2bc3de8a6e37ea984df2af9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index ff707b01c0b4ab69f6f81f7ff046386ab579e2d2..f64172848197b19db0444377f181aca0fed0412c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -wT
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 3599ace91a742628ddfe5ab32bc48dff7f50936b..0e89618e64bddb97529e86e8c5f17b1c0716a64b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 3df56796c648ff7e3fe10db8e84e60ee0b530c85..419565ca5be192d2a47722ff8cf58340a5354bb4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index c2b4b19299f0803a347f88b76a296c0e35d5b574..5e5a26b1702cd7d358ebe26e352e0c1f180ec2af 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 780e98bd055bc85319c1533cd3e02d96ff6acb21..0859e1a1b943c99c7f531cc56fc76372e39b9ba6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index dcce29652b1f8c6a24655ca95d89b6d44d4cb232..62264b571e6a23ff3d53ced32d915f2229a5e165 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 use 5.10.1;
 use strict;
 use warnings;
index d9aedb3f9321f31ed7c390093f054c797bb28e23..89e9b29a3275b3670c564abcf78015946a1fde1b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 4ca8df3518c98b8b57f248cf4fd52af5f581ef5f..ac4e2efb8705c32999ca4397e64f51d281813555 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index cd1b02f24c871c7d9fbd111b9d482f39b492e1a5..efdcb031471f639080a679a57a033bf2466b62e7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index cab854abbc39bfcc4ad1f695dc398970af4ed6cf..36e69cb4a008985a0a93a72b400ea35a0af49770 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 8118ab6748739a55e1e4994fa0b2ddefc12af4a7..8cda770966422b9298af5eb8dbfd84426bbe20ec 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 45ac224ae26df8f7b2efd9431d8a5083667d6347..1ce2527d2754cdc0216f01759afc6c29a0e29594 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 826c92d1d2c96d84706e9be59c502167409f8c8b..436dbdf00501d05ac769ecd5a917ea10cd489acf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index f12271d4f40c68faeda985fa494ae089810560a5..be41b876265060047a18c6d430db1d2407129e30 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 9e9f59573af77d3e9be39a19d336b5232a84685e..ca719e1a84b77fceaf4daa667bb6f7ede3cb3377 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 use 5.10.1;
 use strict;
 use warnings;
index c946d49cabb34a809884f7bb4b64f1b903886e0e..a5992a6ca37618ef8b433d132941c3d1a1d905ce 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 51f453fc4dc589e453af0b61eeb6a4026e4f3417..4240f4af2898f36f75e751b248f2637ee0958288 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 23fcfb9f0ac2d454fdfb15f7dcc0ce8237160924..2f9365d541fdf96234ffdcb5209657b311d63f60 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 418bcd1ee2ae2eb4123e7d9faaca153ced04e591..3ed3939fbf846686b204ef2d9bb0681931889a2e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 #
 # The contents of this file are subject to the Mozilla Public
 # License Version 1.1 (the "License"); you may not use this file
index d29ba03a1c915dd664c11649963d784e5d34ed8c..edd096fd31c652af1d5b70266b0c62f0f8ebc06c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index f0f39d975e94f58f6dfc44fdd815c76b65b37cf5..d96613fb536632d2d0eefd22a0c5876b1daa03fe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 89668a6a32d327c8de34ad2faad0531084d842bf..2685cb4f6b37aa948a0bcce954b2cc296fb5592e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index c4d31b4354fe06ccb3298663a7d3b421774bbe39..e264f02094c3e8db1efae24071ed5e9b86b4d973 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 25c3ba1a20ff9af421ec2315e6ede9c61d9e271d..f21e3e04fea6f18c5416126b90e3da8eba3717e7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index f994e10c5fcbbbc0dc9bc74fecaba0915d73f08e..9eddfb956c56e9060e48f4d335b9d89dc62e4513 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 6195d84194a2dee63da109c01e3755db2d77788f..be8600a64dc15cc47b2a2f998a92e51d4729e001 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 2de7c602cd0143b51e067cc3f0fa4ea294864016..478fe5532290fd13adf30a43c0b54c9434909a5d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 5cfb0ca2d398b8f0fcc307c8873155711bd3d887..12094b9d176a51953cadf54eae5fd16c946e5aa9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index ce97455ce2a0babddc69fe568b1b6a51dd316cde..eb904481a4ace586eb540ae1b15988d4cf91b4d6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License,  v. 2.0. If a copy of the MPL was not distributed with this
 # file,  You can obtain one at http://mozilla.org/MPL/2.0/.
index 659788a060533fd152b364a8ec3e652f9ceb8f80..28ccb9d9d565bd4dc2d22f5f4fa3967c100655e0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 2ce98fed299b29e79961f8f608deb08f273d474d..0117551cf88996b6e1c5422fcfe8d0749e7c3aad 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 804ab42a08e55dfbc329339c3ce5caef5f5d9006..376e9a8fff539be52bac168e205e6e84b01a3385 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index c22d937c1a8e06189a40568ce187879afc8b0722..cbf43b45602f5cf7595b73451796a73d4f1a7981 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 6777b7654855514002930c2218b90ef820cba07c..e2e0aa442f532a5a8bbda11e1e4ea776af8849a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 4ff43f0da964faaeb912cf3b0629100b4b44bebc..1f16ab0c157cfd8d20e7b1fa59d4a76d839974b6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index d48fe952b6807d49a4f2e84002ce78a6e4e13b3a..b226b2115b02a772052df3cf18b37eb959aec305 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 4b5ea3565c1bf017910eca5d98dcc2c90df0f8e3..7ac47eeb809fc30240388c30eeab70beb28693ed 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index bb21603810680081a5bdf1247441319435e44bc8..9ccaac7d7e9edee1cace1c95c573029972472519 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 265734d655ae73bb65f93e02ca21ed949c31b1a6..bca2440ea86e1a0dc43555e1b3694fd344f5b976 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 6d51b6d10303be27034dfe15b143b3b86dfc1104..f7901a5d3191d77536bb4882afaee649416d4e04 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index dc2cc172883eb3344849ad8625253d2eb21f685f..7adb5b1878767a5ae1ae0f281139d9fc7c76ea81 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -wT
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License,  v. 2.0. If a copy of the MPL was not distributed with this
 # file,  You can obtain one at http://mozilla.org/MPL/2.0/.
index 324dd06ac4e4bb35224cb1c6024803fac90fb9bf..2b811157a61259afe63c17451cc768af7a72f560 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index c8c569ce7afc1888abf5647bbf16db5f38c100fa..963f271f998d4c775e2d1aafca9164e8ef5a995d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 3d2483f088959b93895fd0ff10d3ee71cf716380..ea0a8685121855a282d18de906beab4b1491f484 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 use strict;
 use warnings;
 use Bugzilla;
index 567510cd82b0f3876056219242cf78435dd45743..a23a6efe50c4e95e7ffd99558f2bb1325dac0e26 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1187e10328f5d69f5028ac7422cfda55bd97336d..d916b2a134c27685fb286b09211ea59a4cceb3f4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index adf22a9072d6a8a30da9e4051e98a4a3502ede69..81018d1aedc0af175b59bc09d6990ac85af75364 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 0f110d9969a6d1129c3101c9e57ea84a56a5fbbb..e98d9986a4f3998c0e303d1f4029899e67f9d679 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 18cec7da2ed602e279fb2d5777fc50a722044108..388b6764e930fbb061141e46218a601956383f76 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 use strict;
 use warnings;
 use FindBin qw($RealBin);
index 2d3d65b581538384e42df2e311e6a089291f4821..1a39ff9249aafb3411ec1147d97c2c05749dfe3c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 25434f5d40c545f34966a2469715673b8f5686ec..da78cdb356cecd4bf909d1ec6d84f75aa681e98d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 460b3cc11041720f5f84ea1a8fe627335d260e36..76aea5434179d713b77c68184b009c60637e9081 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 20509cd5596f5cd264c3959bedf04779ca2e73c6..9f2b16b807a915e5da84296dfe60348aac2e8ba3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index cb737bb2341f26aab6ba619e1ea252d8c222edab..1de79846580135b98a66b776edecb213a38f4512 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 324495f0efd3c85b2990e14c889c1168c9c0c3b7..e5b13d72ec15e323e60277aa3fd7f92c0de17d2d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index be9dc759c0cfd18395c454d4203c8e7d812c0f7d..9987659a4341c012b0d42107654934835e778a3b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index a42313f429b7e753ca0eb2dad0ae1dfa3510bddb..9401f801ca6e135f9e742ca565d07ce52507ceef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index f63eaf3d59a9a814b94b650df57dacc5aa049063..e0bcd3f868d2077f2985651e486828f46f3a4865 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 416d250f442ab122ba1ea70f1cb5b45fde995474..ba41cc5fe1602ac0718a067f5ae254c50b15c0d2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 1236ab40e2358ecadfa20b898f4e574781616584..a664fbe1eec1d14fe98a14dff2e2f46f48006f60 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 16ed7e30c7b4a7ec5971597a570cab385bbe70b7..d77f91ae1cef812aa368e91655807c357972ff93 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 03fb49bb9a940592b0776951d2433dd4680a64bf..b6bddbea68fb68f4690f369f58bc33a6e40d2a23 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 3f3e3c1746d1db482224d062df078117ea975ac7..d4b9d63912216c46e65a5ae44367f05ea728c3bb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 37f8f267aa48f30f186cbefa6b284fcf9bf96e59..08fee75b68780fc5faea3ac249fe407ff1c2d47e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 899f003877380366d361ebf849b97078924f7be6..3948f71f60cecb066f28a6a19de8d75692530880 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index b2a9d5751f7cfa3199f1c43329366a665cdc63db..134309ccdef67af66321cca3af0beeb9483cc2e7 100644 (file)
@@ -69,22 +69,7 @@ foreach my $file (@testitems) {
       next;
     }
 
-    if ($file_line1 =~ m#^\#\!/usr/bin/perl(?:\s-(\w+))?$#) {
-      my $file_flags = $1 || '';
-      if ($flags eq $file_flags) {
-        ok(1,
-          "$file uses standard perl location" . ($flags ? " and -$flags flag" : ""));
-      }
-      elsif ($flags) {
-        ok(0, "$file is MISSING -$flags flag --WARNING");
-      }
-      else {
-        ok(0, "$file has unexpected -$file_flags flag --WARNING");
-      }
-    }
-    else {
-      ok(0, "$file uses non-standard perl location");
-    }
+    ok($file_line1 =~ m{^#!/usr/bin/env perl$}, "$file uses proper shebang line");
   }
 }
 
index 2c06cb9f496c003afa4667c093837545a2ea12d5..7f20ccf8499c500a338804a97ec7b652dfb8325f 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 182f8c8e6aab6dfd4702062757e8952e01eaf110..4d210f2058c10cccd60ed19665202c329675e3f3 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 02ca1a22f77b009aabe174e25d48a4c202f33e6a..cfbf8b7b26264de862972ad2134e2935d785db98 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 6b361ae61f0812c51aa32b98681cf25183d77259..6500e809a5f778bd3bcd89cbfa5ba7949fa3b0ba 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e031a749bf01124701ddaa23fdbfd474e45eae37..119be94ca6b68364219d1e21251ef8f4505749ab 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 4b8097c6a999dbb9bbb8264420f6582a17f3bcbb..3a2c3d29843846d69d61243ceb785b63b3c24362 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e9ca7f56e14cfb2b397f81ad9b990221689f0d4e..0fa5a81fc5087244ca9a1f8de9b6325f92c667a1 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index b43ee8577c37974b371f92a6cc86579f0c9fcd05..575c7e8b6a2471e6b1d32168d0f086baac56f5de 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 926f032affc8a44b4b36ee48534b225ad4250c60..2a688095ba3012c383905c5957b49e6d8da6a288 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 4b993ef50fd6154170ff5cdacf4508e88424aaa8..05255adcfadfb108bfb8d19f63a59985c39ac8b5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index d006d1b9f961ae82c6f6209c49f9a86297d7e2eb..2a97f0859fb2ce927c9c7276e9a6e6da3ef3c2e7 100755 (executable)
--- a/token.cgi
+++ b/token.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 45a1c51946e83f3afa23a9bd8bc2196cc83c8965..d772c0a53f919c5a29db637c4e94d190d9bf9e7e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index a8e585e1a8030c9c3da319406f4df6ca042cb08b..275fc4e89a1cb749dec4407b38dfb6b052ea7328 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 8bc8150f1e9cbda7283dbde66c95d0b9c86825a2..6655146745081361df2f54fd8e47879bc3537bce 100755 (executable)
--- a/votes.cgi
+++ b/votes.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index bfa8df5e6977a13e11328df544051f42677e5def..1eeda08d714a5a91921398fb24f68cae282359df 100755 (executable)
--- a/whine.pl
+++ b/whine.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index e79d3cf1918d6b6c349f35ac95dab532e29d2686..6074f40aa4a63fe697a07e6930d361c3178526ce 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/xml.cgi b/xml.cgi
index 4676383f8b2fa92ddeaf5f829accf7d92f65ad0d..06425755966b5a3f6d72ad5aa28ead9f6ea390bb 100755 (executable)
--- a/xml.cgi
+++ b/xml.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
index 435237ed58f7fd36e2f112f926fd7cee41d566fb..98c9ab2b984e7001e02de4978fd111b82b5b833e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/env perl
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
index 5ae1a606acf429c050d22f2f2e8d67fe1b17b7be..52dd2accde48cfe7ce8874871ec6e0a8514ea344 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public