From: Karen Etheridge Date: Wed, 14 Aug 2013 15:42:43 +0000 (-0700) Subject: remove all unnecessary shebangs X-Git-Tag: 5.90050~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9af4ee013b23e7241d4664ea39952fa3b20f4b7f remove all unnecessary shebangs --- diff --git a/t/aggregate.t b/t/aggregate.t index 543fe02..e071379 100644 --- a/t/aggregate.t +++ b/t/aggregate.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/custom_live_component_controller_action_auto_doublebug.t b/t/aggregate/custom_live_component_controller_action_auto_doublebug.t index 1b657e6..4bb1c57 100644 --- a/t/aggregate/custom_live_component_controller_action_auto_doublebug.t +++ b/t/aggregate/custom_live_component_controller_action_auto_doublebug.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/custom_live_path_bug.t b/t/aggregate/custom_live_path_bug.t index a6081c4..af2e3be 100644 --- a/t/aggregate/custom_live_path_bug.t +++ b/t/aggregate/custom_live_path_bug.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_action.t b/t/aggregate/live_component_controller_action_action.t index eebfe48..41e2b16 100644 --- a/t/aggregate/live_component_controller_action_action.t +++ b/t/aggregate/live_component_controller_action_action.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_auto.t b/t/aggregate/live_component_controller_action_auto.t index 853bb8f..0720329 100644 --- a/t/aggregate/live_component_controller_action_auto.t +++ b/t/aggregate/live_component_controller_action_auto.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_begin.t b/t/aggregate/live_component_controller_action_begin.t index e5b2e0f..8478910 100644 --- a/t/aggregate/live_component_controller_action_begin.t +++ b/t/aggregate/live_component_controller_action_begin.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_chained.t b/t/aggregate/live_component_controller_action_chained.t index 0cebe9b..99ea3c7 100644 --- a/t/aggregate/live_component_controller_action_chained.t +++ b/t/aggregate/live_component_controller_action_chained.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_default.t b/t/aggregate/live_component_controller_action_default.t index 4222b8c..6e809e7 100644 --- a/t/aggregate/live_component_controller_action_default.t +++ b/t/aggregate/live_component_controller_action_default.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_detach.t b/t/aggregate/live_component_controller_action_detach.t index 2f43a53..d00a9b4 100644 --- a/t/aggregate/live_component_controller_action_detach.t +++ b/t/aggregate/live_component_controller_action_detach.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_die_in_end.t b/t/aggregate/live_component_controller_action_die_in_end.t index b43aafe..a78b6f6 100644 --- a/t/aggregate/live_component_controller_action_die_in_end.t +++ b/t/aggregate/live_component_controller_action_die_in_end.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_end.t b/t/aggregate/live_component_controller_action_end.t index 22b8333..3e84623 100644 --- a/t/aggregate/live_component_controller_action_end.t +++ b/t/aggregate/live_component_controller_action_end.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_forward.t b/t/aggregate/live_component_controller_action_forward.t index d968965..5d4a8d0 100644 --- a/t/aggregate/live_component_controller_action_forward.t +++ b/t/aggregate/live_component_controller_action_forward.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_global.t b/t/aggregate/live_component_controller_action_global.t index 5a90084..7d4f6b8 100644 --- a/t/aggregate/live_component_controller_action_global.t +++ b/t/aggregate/live_component_controller_action_global.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_go.t b/t/aggregate/live_component_controller_action_go.t index 8554f72..60f8bb8 100644 --- a/t/aggregate/live_component_controller_action_go.t +++ b/t/aggregate/live_component_controller_action_go.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_index.t b/t/aggregate/live_component_controller_action_index.t index fbaeaab..48c6ec7 100644 --- a/t/aggregate/live_component_controller_action_index.t +++ b/t/aggregate/live_component_controller_action_index.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_index_or_default.t b/t/aggregate/live_component_controller_action_index_or_default.t index ea5d2c3..e984152 100644 --- a/t/aggregate/live_component_controller_action_index_or_default.t +++ b/t/aggregate/live_component_controller_action_index_or_default.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_inheritance.t b/t/aggregate/live_component_controller_action_inheritance.t index c58866b..ec2c663 100644 --- a/t/aggregate/live_component_controller_action_inheritance.t +++ b/t/aggregate/live_component_controller_action_inheritance.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_local.t b/t/aggregate/live_component_controller_action_local.t index 184a373..052c9c1 100644 --- a/t/aggregate/live_component_controller_action_local.t +++ b/t/aggregate/live_component_controller_action_local.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_multipath.t b/t/aggregate/live_component_controller_action_multipath.t index e4bb242..3fa4433 100644 --- a/t/aggregate/live_component_controller_action_multipath.t +++ b/t/aggregate/live_component_controller_action_multipath.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_path.t b/t/aggregate/live_component_controller_action_path.t index 950b4ac..1f8541d 100644 --- a/t/aggregate/live_component_controller_action_path.t +++ b/t/aggregate/live_component_controller_action_path.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_path_matchsingle.t b/t/aggregate/live_component_controller_action_path_matchsingle.t index beced91..7957012 100644 --- a/t/aggregate/live_component_controller_action_path_matchsingle.t +++ b/t/aggregate/live_component_controller_action_path_matchsingle.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_private.t b/t/aggregate/live_component_controller_action_private.t index 44d4f16..8ad01bd 100644 --- a/t/aggregate/live_component_controller_action_private.t +++ b/t/aggregate/live_component_controller_action_private.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_streaming.t b/t/aggregate/live_component_controller_action_streaming.t index ba18bd7..e14b928 100644 --- a/t/aggregate/live_component_controller_action_streaming.t +++ b/t/aggregate/live_component_controller_action_streaming.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_action_visit.t b/t/aggregate/live_component_controller_action_visit.t index b331e7c..5221372 100644 --- a/t/aggregate/live_component_controller_action_visit.t +++ b/t/aggregate/live_component_controller_action_visit.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_args.t b/t/aggregate/live_component_controller_args.t index 93b757c..7b99b24 100644 --- a/t/aggregate/live_component_controller_args.t +++ b/t/aggregate/live_component_controller_args.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_controller_attributes.t b/t/aggregate/live_component_controller_attributes.t index 9f8e8c7..925504f 100644 --- a/t/aggregate/live_component_controller_attributes.t +++ b/t/aggregate/live_component_controller_attributes.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_component_view_single.t b/t/aggregate/live_component_view_single.t index 15924cd..b5564e8 100644 --- a/t/aggregate/live_component_view_single.t +++ b/t/aggregate/live_component_view_single.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_request_auth.t b/t/aggregate/live_engine_request_auth.t index f5370ce..77b6e7c 100644 --- a/t/aggregate/live_engine_request_auth.t +++ b/t/aggregate/live_engine_request_auth.t @@ -1,5 +1,3 @@ -#!perl - # This tests to make sure the Authorization header is passed through by the engine. use strict; diff --git a/t/aggregate/live_engine_request_body.t b/t/aggregate/live_engine_request_body.t index 954291c..0abe175 100644 --- a/t/aggregate/live_engine_request_body.t +++ b/t/aggregate/live_engine_request_body.t @@ -1,4 +1,3 @@ -#!perl use strict; use warnings; diff --git a/t/aggregate/live_engine_request_body_demand.t b/t/aggregate/live_engine_request_body_demand.t index 5646769..699b162 100644 --- a/t/aggregate/live_engine_request_body_demand.t +++ b/t/aggregate/live_engine_request_body_demand.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_request_cookies.t b/t/aggregate/live_engine_request_cookies.t index 5a45acc..f63001a 100644 --- a/t/aggregate/live_engine_request_cookies.t +++ b/t/aggregate/live_engine_request_cookies.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_request_env.t b/t/aggregate/live_engine_request_env.t index 6d3e3e9..ecc2a0b 100644 --- a/t/aggregate/live_engine_request_env.t +++ b/t/aggregate/live_engine_request_env.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_request_escaped_path.t b/t/aggregate/live_engine_request_escaped_path.t index e86c154..68b31d1 100644 --- a/t/aggregate/live_engine_request_escaped_path.t +++ b/t/aggregate/live_engine_request_escaped_path.t @@ -1,4 +1,3 @@ -#!/usr/bin/evn perl use strict; use warnings; diff --git a/t/aggregate/live_engine_request_headers.t b/t/aggregate/live_engine_request_headers.t index b93c1c9..4cd98db 100644 --- a/t/aggregate/live_engine_request_headers.t +++ b/t/aggregate/live_engine_request_headers.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_request_parameters.t b/t/aggregate/live_engine_request_parameters.t index d68ed0a..c7b4611 100644 --- a/t/aggregate/live_engine_request_parameters.t +++ b/t/aggregate/live_engine_request_parameters.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_request_prepare_parameters.t b/t/aggregate/live_engine_request_prepare_parameters.t index e933fb5..73ec7bd 100755 --- a/t/aggregate/live_engine_request_prepare_parameters.t +++ b/t/aggregate/live_engine_request_prepare_parameters.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_request_remote_user.t b/t/aggregate/live_engine_request_remote_user.t index 1a6c0d8..e6c8747 100644 --- a/t/aggregate/live_engine_request_remote_user.t +++ b/t/aggregate/live_engine_request_remote_user.t @@ -1,5 +1,3 @@ -#!perl - # This tests to make sure the REMOTE_USER environment variable is properly passed through by the engine. use strict; diff --git a/t/aggregate/live_engine_request_uploads.t b/t/aggregate/live_engine_request_uploads.t index 35ec9c7..8906e03 100644 --- a/t/aggregate/live_engine_request_uploads.t +++ b/t/aggregate/live_engine_request_uploads.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_body.t b/t/aggregate/live_engine_response_body.t index cd0236b..8b38189 100644 --- a/t/aggregate/live_engine_response_body.t +++ b/t/aggregate/live_engine_response_body.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_cookies.t b/t/aggregate/live_engine_response_cookies.t index 3bb3533..af438cd 100644 --- a/t/aggregate/live_engine_response_cookies.t +++ b/t/aggregate/live_engine_response_cookies.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_emptybody.t b/t/aggregate/live_engine_response_emptybody.t index 825b48a..beb83fe 100644 --- a/t/aggregate/live_engine_response_emptybody.t +++ b/t/aggregate/live_engine_response_emptybody.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_errors.t b/t/aggregate/live_engine_response_errors.t index b991402..1cf04c5 100644 --- a/t/aggregate/live_engine_response_errors.t +++ b/t/aggregate/live_engine_response_errors.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_headers.t b/t/aggregate/live_engine_response_headers.t index 0e153cf..a0663e1 100644 --- a/t/aggregate/live_engine_response_headers.t +++ b/t/aggregate/live_engine_response_headers.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_large.t b/t/aggregate/live_engine_response_large.t index 84b796b..05c01fc 100644 --- a/t/aggregate/live_engine_response_large.t +++ b/t/aggregate/live_engine_response_large.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_print.t b/t/aggregate/live_engine_response_print.t index 4e8f024..6c985b3 100644 --- a/t/aggregate/live_engine_response_print.t +++ b/t/aggregate/live_engine_response_print.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_redirect.t b/t/aggregate/live_engine_response_redirect.t index a01b9d0..d40d3e1 100644 --- a/t/aggregate/live_engine_response_redirect.t +++ b/t/aggregate/live_engine_response_redirect.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_response_status.t b/t/aggregate/live_engine_response_status.t index a37c9b6..6edee3f 100644 --- a/t/aggregate/live_engine_response_status.t +++ b/t/aggregate/live_engine_response_status.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_setup_basics.t b/t/aggregate/live_engine_setup_basics.t index c2b81ba..f329d44 100644 --- a/t/aggregate/live_engine_setup_basics.t +++ b/t/aggregate/live_engine_setup_basics.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_engine_setup_plugins.t b/t/aggregate/live_engine_setup_plugins.t index 419982b..204fd92 100644 --- a/t/aggregate/live_engine_setup_plugins.t +++ b/t/aggregate/live_engine_setup_plugins.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_loop.t b/t/aggregate/live_loop.t index e7b59f9..6b80879 100644 --- a/t/aggregate/live_loop.t +++ b/t/aggregate/live_loop.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_plugin_loaded.t b/t/aggregate/live_plugin_loaded.t index 64161aa..106f6bc 100644 --- a/t/aggregate/live_plugin_loaded.t +++ b/t/aggregate/live_plugin_loaded.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/live_priorities.t b/t/aggregate/live_priorities.t index bd28d25..e415827 100644 --- a/t/aggregate/live_priorities.t +++ b/t/aggregate/live_priorities.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/unit_core_action_for.t b/t/aggregate/unit_core_action_for.t index c0af9d3..b3f0088 100644 --- a/t/aggregate/unit_core_action_for.t +++ b/t/aggregate/unit_core_action_for.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/unit_core_classdata.t b/t/aggregate/unit_core_classdata.t index d054dc6..2661fc4 100644 --- a/t/aggregate/unit_core_classdata.t +++ b/t/aggregate/unit_core_classdata.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; use Scalar::Util qw/refaddr blessed/; diff --git a/t/aggregate/unit_core_engine_fixenv-iis6.t b/t/aggregate/unit_core_engine_fixenv-iis6.t index cefcd35..d2f98b0 100644 --- a/t/aggregate/unit_core_engine_fixenv-iis6.t +++ b/t/aggregate/unit_core_engine_fixenv-iis6.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/unit_core_engine_fixenv-lighttpd.t b/t/aggregate/unit_core_engine_fixenv-lighttpd.t index 9c71ddb..51456a5 100644 --- a/t/aggregate/unit_core_engine_fixenv-lighttpd.t +++ b/t/aggregate/unit_core_engine_fixenv-lighttpd.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/unit_core_plugin.t b/t/aggregate/unit_core_plugin.t index becc3c1..847195e 100644 --- a/t/aggregate/unit_core_plugin.t +++ b/t/aggregate/unit_core_plugin.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/aggregate/unit_core_script_cgi.t b/t/aggregate/unit_core_script_cgi.t index 6a36dbc..7c4ca00 100644 --- a/t/aggregate/unit_core_script_cgi.t +++ b/t/aggregate/unit_core_script_cgi.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; diff --git a/t/aggregate/unit_core_script_create.t b/t/aggregate/unit_core_script_create.t index de09187..a27dc25 100644 --- a/t/aggregate/unit_core_script_create.t +++ b/t/aggregate/unit_core_script_create.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/aggregate/unit_core_script_help.t b/t/aggregate/unit_core_script_help.t index 64ac28c..e2fc4a2 100644 --- a/t/aggregate/unit_core_script_help.t +++ b/t/aggregate/unit_core_script_help.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/aggregate/unit_core_uri_for_action.t b/t/aggregate/unit_core_uri_for_action.t index 156f79e..4036f88 100644 --- a/t/aggregate/unit_core_uri_for_action.t +++ b/t/aggregate/unit_core_uri_for_action.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/aggregate/unit_metaclass_compat_non_moose.t b/t/aggregate/unit_metaclass_compat_non_moose.t index 8c9c279..3efc047 100644 --- a/t/aggregate/unit_metaclass_compat_non_moose.t +++ b/t/aggregate/unit_metaclass_compat_non_moose.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use lib 't/lib'; diff --git a/t/aggregate/unit_utils_prefix.t b/t/aggregate/unit_utils_prefix.t index 506fbc2..0351955 100644 --- a/t/aggregate/unit_utils_prefix.t +++ b/t/aggregate/unit_utils_prefix.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/author/unicode_plugin_nested_params.t b/t/author/unicode_plugin_nested_params.t index 11e884e..f9f47c6 100644 --- a/t/author/unicode_plugin_nested_params.t +++ b/t/author/unicode_plugin_nested_params.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use Test::More; diff --git a/t/custom_exception_class_simple.t b/t/custom_exception_class_simple.t index d11bbd3..27e4516 100644 --- a/t/custom_exception_class_simple.t +++ b/t/custom_exception_class_simple.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use FindBin qw/$Bin/; diff --git a/t/dead_load_bad_args.t b/t/dead_load_bad_args.t index d80195f..98b566c 100644 --- a/t/dead_load_bad_args.t +++ b/t/dead_load_bad_args.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; use lib 't/lib'; diff --git a/t/dead_load_multiple_chained_attributes.t b/t/dead_load_multiple_chained_attributes.t index b870a75..4382141 100644 --- a/t/dead_load_multiple_chained_attributes.t +++ b/t/dead_load_multiple_chained_attributes.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; use lib 't/lib'; diff --git a/t/dead_no_unknown_error.t b/t/dead_no_unknown_error.t index 47b635f..fd9f6b8 100755 --- a/t/dead_no_unknown_error.t +++ b/t/dead_no_unknown_error.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use FindBin qw/$Bin/; diff --git a/t/dead_recursive_chained_attributes.t b/t/dead_recursive_chained_attributes.t index 77b9bcd..c2971de 100644 --- a/t/dead_recursive_chained_attributes.t +++ b/t/dead_recursive_chained_attributes.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; use lib 't/lib'; diff --git a/t/deprecated.t b/t/deprecated.t index 307181b..9e5579e 100644 --- a/t/deprecated.t +++ b/t/deprecated.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; use FindBin qw/$Bin/; diff --git a/t/lib/TestApp/Controller/Fork.pm b/t/lib/TestApp/Controller/Fork.pm index 086d149..2a91193 100644 --- a/t/lib/TestApp/Controller/Fork.pm +++ b/t/lib/TestApp/Controller/Fork.pm @@ -1,4 +1,3 @@ -#!/usr/bin/perl # Fork.pm # Copyright (c) 2006 Jonathan Rockway diff --git a/t/live_fork.t b/t/live_fork.t index 9c053e3..3a2dc3c 100644 --- a/t/live_fork.t +++ b/t/live_fork.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl # live_fork.t # Copyright (c) 2006 Jonathan Rockway diff --git a/t/live_stats.t b/t/live_stats.t index a8c9c13..d47b50b 100644 --- a/t/live_stats.t +++ b/t/live_stats.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/optional_apache-cgi-rewrite.pl b/t/optional_apache-cgi-rewrite.pl index 8ce1d6b..abf467e 100755 --- a/t/optional_apache-cgi-rewrite.pl +++ b/t/optional_apache-cgi-rewrite.pl @@ -1,5 +1,3 @@ -#!perl - # Run all tests against CGI mode under Apache # # Note, to get this to run properly, you may need to give it the path to your diff --git a/t/optional_apache-cgi.pl b/t/optional_apache-cgi.pl index fd2d9a6..f81c7c4 100755 --- a/t/optional_apache-cgi.pl +++ b/t/optional_apache-cgi.pl @@ -1,5 +1,3 @@ -#!perl - # Run all tests against CGI mode under Apache # # Note, to get this to run properly, you may need to give it the path to your diff --git a/t/optional_apache-fastcgi-non-root.pl b/t/optional_apache-fastcgi-non-root.pl index 23ea42d..bc1b2a5 100755 --- a/t/optional_apache-fastcgi-non-root.pl +++ b/t/optional_apache-fastcgi-non-root.pl @@ -1,5 +1,3 @@ -#!perl - # Run all tests against FastCGI mode under Apache # # Note, to get this to run properly, you may need to give it the path to your diff --git a/t/optional_apache-fastcgi.pl b/t/optional_apache-fastcgi.pl index 715a623..95c3702 100755 --- a/t/optional_apache-fastcgi.pl +++ b/t/optional_apache-fastcgi.pl @@ -1,5 +1,3 @@ -#!perl - # Run all tests against FastCGI mode under Apache # # Note, to get this to run properly, you may need to give it the path to your diff --git a/t/optional_lighttpd-fastcgi-non-root.t b/t/optional_lighttpd-fastcgi-non-root.t index db191f3..1a59e29 100644 --- a/t/optional_lighttpd-fastcgi-non-root.t +++ b/t/optional_lighttpd-fastcgi-non-root.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/optional_lighttpd-fastcgi.t b/t/optional_lighttpd-fastcgi.t index 98567f7..07a5828 100644 --- a/t/optional_lighttpd-fastcgi.t +++ b/t/optional_lighttpd-fastcgi.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/optional_memleak.t b/t/optional_memleak.t index ba193a3..ca4cbcf 100644 --- a/t/optional_memleak.t +++ b/t/optional_memleak.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/optional_stress.t b/t/optional_stress.t index c4ccee2..9e73cc5 100644 --- a/t/optional_stress.t +++ b/t/optional_stress.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/optional_threads.t b/t/optional_threads.t index 9ed878f..c45e66e 100644 --- a/t/optional_threads.t +++ b/t/optional_threads.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; diff --git a/t/unicode_plugin_config.t b/t/unicode_plugin_config.t index 513c978..37c5c6b 100644 --- a/t/unicode_plugin_config.t +++ b/t/unicode_plugin_config.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use Test::More; diff --git a/t/unicode_plugin_live.t b/t/unicode_plugin_live.t index de810aa..87d9061 100644 --- a/t/unicode_plugin_live.t +++ b/t/unicode_plugin_live.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use Test::More; diff --git a/t/unicode_plugin_no_encoding.t b/t/unicode_plugin_no_encoding.t index 8034c38..7b562f8 100644 --- a/t/unicode_plugin_no_encoding.t +++ b/t/unicode_plugin_no_encoding.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use Test::More; diff --git a/t/unicode_plugin_request_decode.t b/t/unicode_plugin_request_decode.t index a3bab97..c3b7171 100644 --- a/t/unicode_plugin_request_decode.t +++ b/t/unicode_plugin_request_decode.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use Test::More tests => 5 * 5; diff --git a/t/unit_stats.t b/t/unit_stats.t index 676f354..09778c9 100644 --- a/t/unit_stats.t +++ b/t/unit_stats.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/unit_utils_load_class.t b/t/unit_utils_load_class.t index 881b1ff..6712f67 100644 --- a/t/unit_utils_load_class.t +++ b/t/unit_utils_load_class.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings;