[Rt-commit] rt branch, 4.2/stop-hardcoding-perl, created. rt-4.0.0rc6-171-g19de6dd

Kevin Falcone falcone at bestpractical.com
Fri Mar 18 15:02:23 EDT 2011


The branch, 4.2/stop-hardcoding-perl has been created
        at  19de6ddfd4e3b95ab698b0ee5ea2b32b9cb76674 (commit)

- Log -----------------------------------------------------------------
commit 19de6ddfd4e3b95ab698b0ee5ea2b32b9cb76674
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Mar 18 15:01:09 2011 -0400

    stop hardcoding perl
    
    These files aren't even executable

diff --git a/t/00-mason-syntax.t b/t/00-mason-syntax.t
index 256c56e..77c1f9d 100644
--- a/t/00-mason-syntax.t
+++ b/t/00-mason-syntax.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/api/cf_rights.t b/t/api/cf_rights.t
index f55214a..e8a75c1 100644
--- a/t/api/cf_rights.t
+++ b/t/api/cf_rights.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use warnings;
 use strict;
 
diff --git a/t/api/cron.t b/t/api/cron.t
index 6f9d7f6..5bbe119 100644
--- a/t/api/cron.t
+++ b/t/api/cron.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 
diff --git a/t/api/date.t b/t/api/date.t
index 9756e51..01d41b5 100644
--- a/t/api/date.t
+++ b/t/api/date.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use Test::MockTime qw(set_fixed_time restore_time);
 use DateTime;
diff --git a/t/api/i18n_guess.t b/t/api/i18n_guess.t
index 139ec1a..956cb15 100644
--- a/t/api/i18n_guess.t
+++ b/t/api/i18n_guess.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/api/password-types.t b/t/api/password-types.t
index 5f253d5..e5155e3 100644
--- a/t/api/password-types.t
+++ b/t/api/password-types.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/api/rights.t b/t/api/rights.t
index a1795ca..9328fda 100644
--- a/t/api/rights.t
+++ b/t/api/rights.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:
diff --git a/t/api/rights_show_ticket.t b/t/api/rights_show_ticket.t
index 62f62c4..c8107fe 100644
--- a/t/api/rights_show_ticket.t
+++ b/t/api/rights_show_ticket.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use RT::Test nodata => 1, tests => 264;
 
diff --git a/t/api/rtname.t b/t/api/rtname.t
index ef6092b..8b7b54b 100644
--- a/t/api/rtname.t
+++ b/t/api/rtname.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/api/scrip_order.t b/t/api/scrip_order.t
index 22d3f21..395764d 100644
--- a/t/api/scrip_order.t
+++ b/t/api/scrip_order.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 
diff --git a/t/api/template-insert.t b/t/api/template-insert.t
index 1bf5fc3..743b73c 100644
--- a/t/api/template-insert.t
+++ b/t/api/template-insert.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use warnings;
 use strict;
diff --git a/t/api/versions_sorter.t b/t/api/versions_sorter.t
index b2ec547..fb628f1 100644
--- a/t/api/versions_sorter.t
+++ b/t/api/versions_sorter.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use RT::Test nodata => 1, tests => 3;
 
diff --git a/t/articles/article.t b/t/articles/article.t
index 33becb0..7a3474f 100644
--- a/t/articles/article.t
+++ b/t/articles/article.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/articles.t b/t/articles/articles.t
index c6fe651..8d2918e 100644
--- a/t/articles/articles.t
+++ b/t/articles/articles.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/basic-api.t b/t/articles/basic-api.t
index f9f9f89..168b8cb 100644
--- a/t/articles/basic-api.t
+++ b/t/articles/basic-api.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use warnings;
 use strict;
diff --git a/t/articles/class.t b/t/articles/class.t
index 6dd4916..a265ec6 100644
--- a/t/articles/class.t
+++ b/t/articles/class.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/interface.t b/t/articles/interface.t
index d04be8b..85782bf 100644
--- a/t/articles/interface.t
+++ b/t/articles/interface.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/queue-specific-class.t b/t/articles/queue-specific-class.t
index 38159e7..903e9c0 100644
--- a/t/articles/queue-specific-class.t
+++ b/t/articles/queue-specific-class.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/search-interface.t b/t/articles/search-interface.t
index eb3a4f7..74b398e 100644
--- a/t/articles/search-interface.t
+++ b/t/articles/search-interface.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/upload-customfields.t b/t/articles/upload-customfields.t
index 912c23d..e5ed5d1 100644
--- a/t/articles/upload-customfields.t
+++ b/t/articles/upload-customfields.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/uri-a.t b/t/articles/uri-a.t
index 82d0f1b..70b59b0 100644
--- a/t/articles/uri-a.t
+++ b/t/articles/uri-a.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/articles/uri-articles.t b/t/articles/uri-articles.t
index 4124b19..b6a1c8d 100644
--- a/t/articles/uri-articles.t
+++ b/t/articles/uri-articles.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/customfields/access_via_queue.t b/t/customfields/access_via_queue.t
index 690e177..cca45e7 100644
--- a/t/customfields/access_via_queue.t
+++ b/t/customfields/access_via_queue.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/customfields/api.t b/t/customfields/api.t
index d739a57..1edc9e8 100644
--- a/t/customfields/api.t
+++ b/t/customfields/api.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings FATAL => 'all';
diff --git a/t/customfields/combo_cascade.t b/t/customfields/combo_cascade.t
index 28eee45..fba2fac 100644
--- a/t/customfields/combo_cascade.t
+++ b/t/customfields/combo_cascade.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use warnings;
 use strict;
 
diff --git a/t/customfields/date_search.t b/t/customfields/date_search.t
index b425b9e..6d7bfd0 100644
--- a/t/customfields/date_search.t
+++ b/t/customfields/date_search.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use warnings;
 use strict;
diff --git a/t/customfields/datetime_search.t b/t/customfields/datetime_search.t
index 11fe3bc..707610b 100644
--- a/t/customfields/datetime_search.t
+++ b/t/customfields/datetime_search.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use warnings;
 use strict;
diff --git a/t/customfields/external.t b/t/customfields/external.t
index 0abf6ec..62c2cef 100644
--- a/t/customfields/external.t
+++ b/t/customfields/external.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use warnings;
 use strict;
diff --git a/t/customfields/ip.t b/t/customfields/ip.t
index f73e63f..1e39e2c 100644
--- a/t/customfields/ip.t
+++ b/t/customfields/ip.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/customfields/iprange.t b/t/customfields/iprange.t
index 118d23c..af9a52f 100644
--- a/t/customfields/iprange.t
+++ b/t/customfields/iprange.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/customfields/iprangev6.t b/t/customfields/iprangev6.t
index 06b59e4..5185c57 100644
--- a/t/customfields/iprangev6.t
+++ b/t/customfields/iprangev6.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/customfields/ipv6.t b/t/customfields/ipv6.t
index 5054fb2..3ca897f 100644
--- a/t/customfields/ipv6.t
+++ b/t/customfields/ipv6.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/customfields/pattern.t b/t/customfields/pattern.t
index 7d1090f..2fccb45 100644
--- a/t/customfields/pattern.t
+++ b/t/customfields/pattern.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use warnings;
 use strict;
 
diff --git a/t/customfields/single_values.t b/t/customfields/single_values.t
index 15a0016..42ba479 100644
--- a/t/customfields/single_values.t
+++ b/t/customfields/single_values.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use warnings;
 use strict;
 
diff --git a/t/customfields/sort_order.t b/t/customfields/sort_order.t
index 2453a7c..ba0b654 100644
--- a/t/customfields/sort_order.t
+++ b/t/customfields/sort_order.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/customfields/transaction.t b/t/customfields/transaction.t
index 22f8459..f2e660e 100644
--- a/t/customfields/transaction.t
+++ b/t/customfields/transaction.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use warnings;
 use strict;
diff --git a/t/fts/indexed_oracle.t b/t/fts/indexed_oracle.t
index 3c943f2..ac6f78b 100644
--- a/t/fts/indexed_oracle.t
+++ b/t/fts/indexed_oracle.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/fts/indexed_pg.t b/t/fts/indexed_pg.t
index 84cbaae..2614688 100644
--- a/t/fts/indexed_pg.t
+++ b/t/fts/indexed_pg.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/fts/not_indexed.t b/t/fts/not_indexed.t
index 9d81647..eba4307 100644
--- a/t/fts/not_indexed.t
+++ b/t/fts/not_indexed.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/i18n/caching.t b/t/i18n/caching.t
index ebb2942..f3d1b01 100644
--- a/t/i18n/caching.t
+++ b/t/i18n/caching.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/i18n/default.t b/t/i18n/default.t
index 6c26b62..ea0848f 100644
--- a/t/i18n/default.t
+++ b/t/i18n/default.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/lifecycles/basics.t b/t/lifecycles/basics.t
index 2f3d55a..c521bf0 100644
--- a/t/lifecycles/basics.t
+++ b/t/lifecycles/basics.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/lifecycles/dates.t b/t/lifecycles/dates.t
index d8a27f6..4f613f8 100644
--- a/t/lifecycles/dates.t
+++ b/t/lifecycles/dates.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/lifecycles/moving.t b/t/lifecycles/moving.t
index 6e0d64b..5f184e2 100644
--- a/t/lifecycles/moving.t
+++ b/t/lifecycles/moving.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/lifecycles/utils.pl b/t/lifecycles/utils.pl
index 6fb2293..3813df3 100644
--- a/t/lifecycles/utils.pl
+++ b/t/lifecycles/utils.pl
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/mail/charsets-outgoing.t b/t/mail/charsets-outgoing.t
index e17dd98..2fc91f2 100644
--- a/t/mail/charsets-outgoing.t
+++ b/t/mail/charsets-outgoing.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 use Encode;
diff --git a/t/mail/crypt-gnupg.t b/t/mail/crypt-gnupg.t
index 7c47d51..03c516f 100644
--- a/t/mail/crypt-gnupg.t
+++ b/t/mail/crypt-gnupg.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/mail/dashboards.t b/t/mail/dashboards.t
index 96ec745..303b7ff 100644
--- a/t/mail/dashboards.t
+++ b/t/mail/dashboards.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/mail/digest-attributes.t b/t/mail/digest-attributes.t
index 5b45606..badd59b 100644
--- a/t/mail/digest-attributes.t
+++ b/t/mail/digest-attributes.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use warnings;
 use strict;
diff --git a/t/mail/extractsubjecttag.t b/t/mail/extractsubjecttag.t
index c9f4615..f367606 100644
--- a/t/mail/extractsubjecttag.t
+++ b/t/mail/extractsubjecttag.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 use utf8;
diff --git a/t/mail/gateway.t b/t/mail/gateway.t
index 9f0e669..2b646cc 100644
--- a/t/mail/gateway.t
+++ b/t/mail/gateway.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:
diff --git a/t/mail/gnupg-bad.t b/t/mail/gnupg-bad.t
index c9b28c9..a1c45be 100644
--- a/t/mail/gnupg-bad.t
+++ b/t/mail/gnupg-bad.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-incoming.t b/t/mail/gnupg-incoming.t
index e591add..2d5d5d9 100644
--- a/t/mail/gnupg-incoming.t
+++ b/t/mail/gnupg-incoming.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-outgoing-encrypted.t b/t/mail/gnupg-outgoing-encrypted.t
index 4f2a28f..96c7487 100644
--- a/t/mail/gnupg-outgoing-encrypted.t
+++ b/t/mail/gnupg-outgoing-encrypted.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-outgoing-plain.t b/t/mail/gnupg-outgoing-plain.t
index ee9a8ac..62ae0ed 100644
--- a/t/mail/gnupg-outgoing-plain.t
+++ b/t/mail/gnupg-outgoing-plain.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-outgoing-signed.t b/t/mail/gnupg-outgoing-signed.t
index 2ea20a2..4aa262b 100644
--- a/t/mail/gnupg-outgoing-signed.t
+++ b/t/mail/gnupg-outgoing-signed.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-outgoing-signed_encrypted.t b/t/mail/gnupg-outgoing-signed_encrypted.t
index 0b82cf1..806f62d 100644
--- a/t/mail/gnupg-outgoing-signed_encrypted.t
+++ b/t/mail/gnupg-outgoing-signed_encrypted.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-realmail.t b/t/mail/gnupg-realmail.t
index 7d1dbca..834014c 100644
--- a/t/mail/gnupg-realmail.t
+++ b/t/mail/gnupg-realmail.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-reverification.t b/t/mail/gnupg-reverification.t
index 03c00e3..449d7a1 100644
--- a/t/mail/gnupg-reverification.t
+++ b/t/mail/gnupg-reverification.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/mail/gnupg-special.t b/t/mail/gnupg-special.t
index d001091..3e5bf91 100644
--- a/t/mail/gnupg-special.t
+++ b/t/mail/gnupg-special.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/mail/mime_decoding.t b/t/mail/mime_decoding.t
index e5449ef..d8e9af8 100644
--- a/t/mail/mime_decoding.t
+++ b/t/mail/mime_decoding.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 use RT::Test nodb => 1, tests => 7;
diff --git a/t/mail/outlook.t b/t/mail/outlook.t
index 4a566a1..e055d43 100644
--- a/t/mail/outlook.t
+++ b/t/mail/outlook.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:
diff --git a/t/mail/sendmail.t b/t/mail/sendmail.t
index 05a59bd..f78ca0a 100644
--- a/t/mail/sendmail.t
+++ b/t/mail/sendmail.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use File::Spec ();
diff --git a/t/mail/verp.t b/t/mail/verp.t
index ed3af6a..7fdf1d2 100644
--- a/t/mail/verp.t
+++ b/t/mail/verp.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use RT::Test nodb => 1, tests => 1;
diff --git a/t/mail/wrong_mime_charset.t b/t/mail/wrong_mime_charset.t
index 7636de4..25bb07c 100644
--- a/t/mail/wrong_mime_charset.t
+++ b/t/mail/wrong_mime_charset.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 use RT::Test nodb => 1, tests => 6;
diff --git a/t/shredder/00skeleton.t b/t/shredder/00skeleton.t
index eab9433..c23e064 100644
--- a/t/shredder/00skeleton.t
+++ b/t/shredder/00skeleton.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/01basics.t b/t/shredder/01basics.t
index 99e66c7..b0000b1 100644
--- a/t/shredder/01basics.t
+++ b/t/shredder/01basics.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/01ticket.t b/t/shredder/01ticket.t
index 7dff16d..9c290fa 100644
--- a/t/shredder/01ticket.t
+++ b/t/shredder/01ticket.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/02group_member.t b/t/shredder/02group_member.t
index 9f8a6c6..5952e1e 100644
--- a/t/shredder/02group_member.t
+++ b/t/shredder/02group_member.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/02queue.t b/t/shredder/02queue.t
index fb5e36d..7cfd378 100644
--- a/t/shredder/02queue.t
+++ b/t/shredder/02queue.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/02template.t b/t/shredder/02template.t
index 16fa615..4d0cd4f 100644
--- a/t/shredder/02template.t
+++ b/t/shredder/02template.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/02user.t b/t/shredder/02user.t
index 8c8657c..d97511d 100644
--- a/t/shredder/02user.t
+++ b/t/shredder/02user.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/03plugin.t b/t/shredder/03plugin.t
index cf51e44..4ba2fbf 100644
--- a/t/shredder/03plugin.t
+++ b/t/shredder/03plugin.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/03plugin_summary.t b/t/shredder/03plugin_summary.t
index 2744531..ec3b6e9 100644
--- a/t/shredder/03plugin_summary.t
+++ b/t/shredder/03plugin_summary.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/03plugin_tickets.t b/t/shredder/03plugin_tickets.t
index 092b570..2b7b8e3 100644
--- a/t/shredder/03plugin_tickets.t
+++ b/t/shredder/03plugin_tickets.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/03plugin_users.t b/t/shredder/03plugin_users.t
index 4f4ecc8..8f4d71d 100644
--- a/t/shredder/03plugin_users.t
+++ b/t/shredder/03plugin_users.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/shredder/utils.pl b/t/shredder/utils.pl
index 6e6f2e8..f2ce712 100644
--- a/t/shredder/utils.pl
+++ b/t/shredder/utils.pl
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/ticket/action_linear_escalate.t b/t/ticket/action_linear_escalate.t
index 2a1be61..0d1ff8a 100644
--- a/t/ticket/action_linear_escalate.t
+++ b/t/ticket/action_linear_escalate.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/ticket/add-watchers.t b/t/ticket/add-watchers.t
index 2e1acf1..abc809f 100644
--- a/t/ticket/add-watchers.t
+++ b/t/ticket/add-watchers.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # BEGIN BPS TAGGED BLOCK {{{
 # 
 # COPYRIGHT:
diff --git a/t/ticket/batch-upload-csv.t b/t/ticket/batch-upload-csv.t
index cedc014..d5c9390 100644
--- a/t/ticket/batch-upload-csv.t
+++ b/t/ticket/batch-upload-csv.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict; use warnings;
 
 use RT::Test tests => 12;
diff --git a/t/ticket/cfsort-freeform-multiple.t b/t/ticket/cfsort-freeform-multiple.t
index 45e5af3..6d8b212 100644
--- a/t/ticket/cfsort-freeform-multiple.t
+++ b/t/ticket/cfsort-freeform-multiple.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use RT::Test nodata => 1, tests => 29;
 
diff --git a/t/ticket/cfsort-freeform-single.t b/t/ticket/cfsort-freeform-single.t
index e564ac8..66e4663 100644
--- a/t/ticket/cfsort-freeform-single.t
+++ b/t/ticket/cfsort-freeform-single.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use RT::Test nodata => 1, tests => 61;
 
diff --git a/t/ticket/clicky.t b/t/ticket/clicky.t
index 85e6690..ae49ccf 100644
--- a/t/ticket/clicky.t
+++ b/t/ticket/clicky.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/ticket/link_search.t b/t/ticket/link_search.t
index dbcf4b4..7d6f84e 100644
--- a/t/ticket/link_search.t
+++ b/t/ticket/link_search.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use RT;
diff --git a/t/ticket/merge.t b/t/ticket/merge.t
index d06d541..2484b65 100644
--- a/t/ticket/merge.t
+++ b/t/ticket/merge.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/ticket/quicksearch.t b/t/ticket/quicksearch.t
index 5d7809a..966bcce 100644
--- a/t/ticket/quicksearch.t
+++ b/t/ticket/quicksearch.t
@@ -1,5 +1,4 @@
 
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/ticket/requestor-order.t b/t/ticket/requestor-order.t
index bdacc46..eb5eb0c 100644
--- a/t/ticket/requestor-order.t
+++ b/t/ticket/requestor-order.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict; use warnings;
 
 use RT::Test tests => 58;
diff --git a/t/ticket/search_by_cf_freeform_multiple.t b/t/ticket/search_by_cf_freeform_multiple.t
index e102720..7d227c8 100644
--- a/t/ticket/search_by_cf_freeform_multiple.t
+++ b/t/ticket/search_by_cf_freeform_multiple.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/ticket/search_by_cf_freeform_single.t b/t/ticket/search_by_cf_freeform_single.t
index 19e0b86..91a595d 100644
--- a/t/ticket/search_by_cf_freeform_single.t
+++ b/t/ticket/search_by_cf_freeform_single.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/ticket/search_by_links.t b/t/ticket/search_by_links.t
index 1eb83df..953ee57 100644
--- a/t/ticket/search_by_links.t
+++ b/t/ticket/search_by_links.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/ticket/search_by_txn.t b/t/ticket/search_by_txn.t
index 0e5f76d..6f970aa 100644
--- a/t/ticket/search_by_txn.t
+++ b/t/ticket/search_by_txn.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use warnings;
 use strict;
diff --git a/t/ticket/search_by_watcher.t b/t/ticket/search_by_watcher.t
index 4dd98c2..89fb46a 100644
--- a/t/ticket/search_by_watcher.t
+++ b/t/ticket/search_by_watcher.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/ticket/sort-by-custom-ownership.t b/t/ticket/sort-by-custom-ownership.t
index b06e9a0..80e88a8 100644
--- a/t/ticket/sort-by-custom-ownership.t
+++ b/t/ticket/sort-by-custom-ownership.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use RT;
 use RT::Test nodata => 1, tests => 7;
diff --git a/t/ticket/sort-by-queue.t b/t/ticket/sort-by-queue.t
index 4aa7f47..f0f6fe7 100644
--- a/t/ticket/sort-by-queue.t
+++ b/t/ticket/sort-by-queue.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use RT::Test nodata => 1, tests => 8;
 
diff --git a/t/ticket/sort-by-user.t b/t/ticket/sort-by-user.t
index c504ea2..2ec4b1c 100644
--- a/t/ticket/sort-by-user.t
+++ b/t/ticket/sort-by-user.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use RT::Test nodata => 1, tests => 34;
 
diff --git a/t/ticket/sort_by_cf.t b/t/ticket/sort_by_cf.t
index 65704da..30f6ad8 100644
--- a/t/ticket/sort_by_cf.t
+++ b/t/ticket/sort_by_cf.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use RT::Test nodata => 1, tests => 21;
 RT::Init();
diff --git a/t/validator/group_members.t b/t/validator/group_members.t
index 7818014..fbe7580 100644
--- a/t/validator/group_members.t
+++ b/t/validator/group_members.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use warnings;
diff --git a/t/web/admin_groups.t b/t/web/admin_groups.t
index e41c8d8..e006e9b 100644
--- a/t/web/admin_groups.t
+++ b/t/web/admin_groups.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/web/admin_user.t b/t/web/admin_user.t
index fde075f..24156a9 100644
--- a/t/web/admin_user.t
+++ b/t/web/admin_user.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/attachment_encoding.t b/t/web/attachment_encoding.t
index 2fe8200..e0b2acc 100644
--- a/t/web/attachment_encoding.t
+++ b/t/web/attachment_encoding.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/attachments.t b/t/web/attachments.t
index 6f175f6..4fe7fbc 100644
--- a/t/web/attachments.t
+++ b/t/web/attachments.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 16;
diff --git a/t/web/basic.t b/t/web/basic.t
index 31e28c4..e61e80e 100644
--- a/t/web/basic.t
+++ b/t/web/basic.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/cf_access.t b/t/web/cf_access.t
index 0eaf7b3..19c3f40 100644
--- a/t/web/cf_access.t
+++ b/t/web/cf_access.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 25;
diff --git a/t/web/cf_date.t b/t/web/cf_date.t
index 887aa42..4ea93e4 100644
--- a/t/web/cf_date.t
+++ b/t/web/cf_date.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/cf_datetime.t b/t/web/cf_datetime.t
index d92b18d..8f9a8fa 100644
--- a/t/web/cf_datetime.t
+++ b/t/web/cf_datetime.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/cf_onqueue.t b/t/web/cf_onqueue.t
index 422eeff..82aed8c 100644
--- a/t/web/cf_onqueue.t
+++ b/t/web/cf_onqueue.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 14;
diff --git a/t/web/cf_select_one.t b/t/web/cf_select_one.t
index 15fe416..92fcf53 100644
--- a/t/web/cf_select_one.t
+++ b/t/web/cf_select_one.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/command_line.t b/t/web/command_line.t
index a1f0a19..85085b1 100644
--- a/t/web/command_line.t
+++ b/t/web/command_line.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use File::Spec ();
diff --git a/t/web/command_line_with_unknown_field.t b/t/web/command_line_with_unknown_field.t
index 426d90b..b7022cb 100644
--- a/t/web/command_line_with_unknown_field.t
+++ b/t/web/command_line_with_unknown_field.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use strict;
 use File::Spec ();
diff --git a/t/web/compilation_errors.t b/t/web/compilation_errors.t
index 81be7e7..2738366 100644
--- a/t/web/compilation_errors.t
+++ b/t/web/compilation_errors.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use Test::More;
diff --git a/t/web/config_tab_right.t b/t/web/config_tab_right.t
index 361506c..69bf80c 100644
--- a/t/web/config_tab_right.t
+++ b/t/web/config_tab_right.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/web/crypt-gnupg.t b/t/web/crypt-gnupg.t
index 9dd3d5c..ba3199c 100644
--- a/t/web/crypt-gnupg.t
+++ b/t/web/crypt-gnupg.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test::GnuPG
diff --git a/t/web/custom_frontpage.t b/t/web/custom_frontpage.t
index 893ddd2..83d3900 100644
--- a/t/web/custom_frontpage.t
+++ b/t/web/custom_frontpage.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 9;
diff --git a/t/web/custom_search.t b/t/web/custom_search.t
index f8fde25..3e08853 100644
--- a/t/web/custom_search.t
+++ b/t/web/custom_search.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 13;
diff --git a/t/web/dashboards-basics.t b/t/web/dashboards-basics.t
index ed98362..95866ea 100644
--- a/t/web/dashboards-basics.t
+++ b/t/web/dashboards-basics.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 110;
diff --git a/t/web/dashboards-groups.t b/t/web/dashboards-groups.t
index d37c4ec..a5b697b 100644
--- a/t/web/dashboards-groups.t
+++ b/t/web/dashboards-groups.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test nodata => 1, tests => 35;
diff --git a/t/web/dashboards-permissions.t b/t/web/dashboards-permissions.t
index f2e59e5..433fdd3 100644
--- a/t/web/dashboards-permissions.t
+++ b/t/web/dashboards-permissions.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/web/dashboards-search-cache.t b/t/web/dashboards-search-cache.t
index 96f7736..ccd96bc 100644
--- a/t/web/dashboards-search-cache.t
+++ b/t/web/dashboards-search-cache.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 33;
diff --git a/t/web/gnupg-select-keys-on-create.t b/t/web/gnupg-select-keys-on-create.t
index cf27e48..893ae65 100644
--- a/t/web/gnupg-select-keys-on-create.t
+++ b/t/web/gnupg-select-keys-on-create.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/web/gnupg-select-keys-on-update.t b/t/web/gnupg-select-keys-on-update.t
index 4842dcd..1509d1d 100644
--- a/t/web/gnupg-select-keys-on-update.t
+++ b/t/web/gnupg-select-keys-on-update.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/web/gnupg-tickyboxes.t b/t/web/gnupg-tickyboxes.t
index 9445397..eb4388a 100644
--- a/t/web/gnupg-tickyboxes.t
+++ b/t/web/gnupg-tickyboxes.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/web/html_template.t b/t/web/html_template.t
index 662a26b..4e7bc29 100644
--- a/t/web/html_template.t
+++ b/t/web/html_template.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/query_builder.t b/t/web/query_builder.t
index 38ea19d..2c1171f 100644
--- a/t/web/query_builder.t
+++ b/t/web/query_builder.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use HTTP::Request::Common;
diff --git a/t/web/query_log.t b/t/web/query_log.t
index e19f44d..89cca2d 100644
--- a/t/web/query_log.t
+++ b/t/web/query_log.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/web/redirect-after-login.t b/t/web/redirect-after-login.t
index 0be6f48..031def9 100644
--- a/t/web/redirect-after-login.t
+++ b/t/web/redirect-after-login.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/requestor_groups_edit_link.t b/t/web/requestor_groups_edit_link.t
index 9d1fefd..cf67311 100644
--- a/t/web/requestor_groups_edit_link.t
+++ b/t/web/requestor_groups_edit_link.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/requestor_groups_limit.t b/t/web/requestor_groups_limit.t
index 7987a13..abc21ca 100644
--- a/t/web/requestor_groups_limit.t
+++ b/t/web/requestor_groups_limit.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/rights.t b/t/web/rights.t
index 9a5f358..23b357f 100644
--- a/t/web/rights.t
+++ b/t/web/rights.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use warnings;
 
diff --git a/t/web/rights1.t b/t/web/rights1.t
index e4af752..c5f6bfb 100644
--- a/t/web/rights1.t
+++ b/t/web/rights1.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 use HTTP::Cookies;
 
diff --git a/t/web/saved_search_update.t b/t/web/saved_search_update.t
index dfb18d4..f06f70f 100644
--- a/t/web/saved_search_update.t
+++ b/t/web/saved_search_update.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/scrub.t b/t/web/scrub.t
index 6483a75..a710eb0 100644
--- a/t/web/scrub.t
+++ b/t/web/scrub.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/web/search_rss.t b/t/web/search_rss.t
index 95de931..376d6ef 100644
--- a/t/web/search_rss.t
+++ b/t/web/search_rss.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 
diff --git a/t/web/template.t b/t/web/template.t
index 40a5366..a24f741 100644
--- a/t/web/template.t
+++ b/t/web/template.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 use strict;
 use warnings;
 
diff --git a/t/web/ticket-create-utf8.t b/t/web/ticket-create-utf8.t
index 8d36bd1..bebc57b 100644
--- a/t/web/ticket-create-utf8.t
+++ b/t/web/ticket-create-utf8.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/ticket_forward.t b/t/web/ticket_forward.t
index 37bd0cb..dc072fb 100644
--- a/t/web/ticket_forward.t
+++ b/t/web/ticket_forward.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/ticket_owner.t b/t/web/ticket_owner.t
index 4db39e6..8150853 100644
--- a/t/web/ticket_owner.t
+++ b/t/web/ticket_owner.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/ticket_owner_autocomplete.t b/t/web/ticket_owner_autocomplete.t
index 3aa3f28..040aa73 100644
--- a/t/web/ticket_owner_autocomplete.t
+++ b/t/web/ticket_owner_autocomplete.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/ticket_seen.t b/t/web/ticket_seen.t
index 8dacaf5..e40782f 100644
--- a/t/web/ticket_seen.t
+++ b/t/web/ticket_seen.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/t/web/ticket_txn_content.t b/t/web/ticket_txn_content.t
index 176840c..6aa3504 100644
--- a/t/web/ticket_txn_content.t
+++ b/t/web/ticket_txn_content.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 use strict;
 
 use RT::Test tests => 39;
diff --git a/t/web/unlimited_search.t b/t/web/unlimited_search.t
index 988a291..c9a12e1 100644
--- a/t/web/unlimited_search.t
+++ b/t/web/unlimited_search.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 
diff --git a/t/web/walk.t b/t/web/walk.t
index abdac2c..cf3ca21 100644
--- a/t/web/walk.t
+++ b/t/web/walk.t
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
 
 use strict;
 use warnings;

-----------------------------------------------------------------------


More information about the Rt-commit mailing list