diff --git a/t/attributes/accessor_inlining.t b/t/attributes/accessor_inlining.t index ed9b60b08..8212e53f6 100644 --- a/t/attributes/accessor_inlining.t +++ b/t/attributes/accessor_inlining.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/attributes/accessor_override_method.t b/t/attributes/accessor_override_method.t index b449591f6..fdbd8acac 100644 --- a/t/attributes/accessor_override_method.t +++ b/t/attributes/accessor_override_method.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/attributes/attribute_traits_parameterized.t b/t/attributes/attribute_traits_parameterized.t index dc434cf66..cdf84b0ed 100644 --- a/t/attributes/attribute_traits_parameterized.t +++ b/t/attributes/attribute_traits_parameterized.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/attributes/default_class_role_types.t b/t/attributes/default_class_role_types.t index 30073badd..c0590ce98 100644 --- a/t/attributes/default_class_role_types.t +++ b/t/attributes/default_class_role_types.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/attributes/default_undef.t b/t/attributes/default_undef.t index fcd81746e..5c4bb5539 100644 --- a/t/attributes/default_undef.t +++ b/t/attributes/default_undef.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/attributes/delegation_arg_aliasing.t b/t/attributes/delegation_arg_aliasing.t index 591e1f8d0..58a6b0ae9 100644 --- a/t/attributes/delegation_arg_aliasing.t +++ b/t/attributes/delegation_arg_aliasing.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/attributes/numeric_defaults.t b/t/attributes/numeric_defaults.t index 520fb16f8..0691cde28 100644 --- a/t/attributes/numeric_defaults.t +++ b/t/attributes/numeric_defaults.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/bugs/DEMOLISHALL.t b/t/bugs/DEMOLISHALL.t index 500c06d27..43d831e12 100644 --- a/t/bugs/DEMOLISHALL.t +++ b/t/bugs/DEMOLISHALL.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/bugs/application_metarole_compat.t b/t/bugs/application_metarole_compat.t index 30798669a..70d17a735 100644 --- a/t/bugs/application_metarole_compat.t +++ b/t/bugs/application_metarole_compat.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/bugs/delete_sub_stash.t b/t/bugs/delete_sub_stash.t index b4f99a006..ce3f96839 100644 --- a/t/bugs/delete_sub_stash.t +++ b/t/bugs/delete_sub_stash.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/bugs/moose_octal_defaults.t b/t/bugs/moose_octal_defaults.t index a05a170f4..0151a6f89 100644 --- a/t/bugs/moose_octal_defaults.t +++ b/t/bugs/moose_octal_defaults.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use Test::More; { diff --git a/t/cmop/add_method_debugmode.t b/t/cmop/add_method_debugmode.t index 2fee90ce6..5411e43b9 100644 --- a/t/cmop/add_method_debugmode.t +++ b/t/cmop/add_method_debugmode.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/cmop/anon_class_removal.t b/t/cmop/anon_class_removal.t index cb03370b4..9d0313ac4 100644 --- a/t/cmop/anon_class_removal.t +++ b/t/cmop/anon_class_removal.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/cmop/anon_packages.t b/t/cmop/anon_packages.t index 8c9053d7b..3e5df882a 100644 --- a/t/cmop/anon_packages.t +++ b/t/cmop/anon_packages.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/cmop/custom_instance.t b/t/cmop/custom_instance.t index 1baf69324..c6aeb6dd6 100644 --- a/t/cmop/custom_instance.t +++ b/t/cmop/custom_instance.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/cmop/meta_method.t b/t/cmop/meta_method.t index f1039369a..de6554302 100644 --- a/t/cmop/meta_method.t +++ b/t/cmop/meta_method.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/cmop/null_stash.t b/t/cmop/null_stash.t index 9aa0ebc74..ee5d3638f 100644 --- a/t/cmop/null_stash.t +++ b/t/cmop/null_stash.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/cmop/numeric_defaults.t b/t/cmop/numeric_defaults.t index 3050df90b..4c3102ac1 100644 --- a/t/cmop/numeric_defaults.t +++ b/t/cmop/numeric_defaults.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/cmop/rebless_instance_away.t b/t/cmop/rebless_instance_away.t index f95143be8..ad411ecab 100644 --- a/t/cmop/rebless_instance_away.t +++ b/t/cmop/rebless_instance_away.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/compat/composite_metaroles.t b/t/compat/composite_metaroles.t index 657362bfe..317162421 100755 --- a/t/compat/composite_metaroles.t +++ b/t/compat/composite_metaroles.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/compat/inc_hash.t b/t/compat/inc_hash.t index 88d6fa19f..25f6b4729 100644 --- a/t/compat/inc_hash.t +++ b/t/compat/inc_hash.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/examples/example_Protomoose.t b/t/examples/example_Protomoose.t index 5a184452b..59beadf45 100644 --- a/t/examples/example_Protomoose.t +++ b/t/examples/example_Protomoose.t @@ -1,5 +1,3 @@ -#!/usr/local/bin/perl - use strict; use warnings; diff --git a/t/exceptions/attribute.t b/t/exceptions/attribute.t index 671545d88..5a6da5198 100644 --- a/t/exceptions/attribute.t +++ b/t/exceptions/attribute.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-attribute.t b/t/exceptions/class-mop-attribute.t index 6c86302e3..e78124d1d 100644 --- a/t/exceptions/class-mop-attribute.t +++ b/t/exceptions/class-mop-attribute.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-class-immutable-trait.t b/t/exceptions/class-mop-class-immutable-trait.t index 1478ecd63..647c48643 100644 --- a/t/exceptions/class-mop-class-immutable-trait.t +++ b/t/exceptions/class-mop-class-immutable-trait.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-class.t b/t/exceptions/class-mop-class.t index e123cb115..e8da3d2b2 100644 --- a/t/exceptions/class-mop-class.t +++ b/t/exceptions/class-mop-class.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-method-accessor.t b/t/exceptions/class-mop-method-accessor.t index 590a832cc..f517b754b 100644 --- a/t/exceptions/class-mop-method-accessor.t +++ b/t/exceptions/class-mop-method-accessor.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-method-constructor.t b/t/exceptions/class-mop-method-constructor.t index 20f62ed7e..37c6e84d1 100644 --- a/t/exceptions/class-mop-method-constructor.t +++ b/t/exceptions/class-mop-method-constructor.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-method-generated.t b/t/exceptions/class-mop-method-generated.t index 8ca9f6490..0d4b85152 100644 --- a/t/exceptions/class-mop-method-generated.t +++ b/t/exceptions/class-mop-method-generated.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-method-meta.t b/t/exceptions/class-mop-method-meta.t index 70947c8e5..a37a6f3f4 100644 --- a/t/exceptions/class-mop-method-meta.t +++ b/t/exceptions/class-mop-method-meta.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-method-overload.t b/t/exceptions/class-mop-method-overload.t index 1ee270e77..02f567839 100644 --- a/t/exceptions/class-mop-method-overload.t +++ b/t/exceptions/class-mop-method-overload.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-method-wrapped.t b/t/exceptions/class-mop-method-wrapped.t index 3cc4351d9..44d3e5d43 100644 --- a/t/exceptions/class-mop-method-wrapped.t +++ b/t/exceptions/class-mop-method-wrapped.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-method.t b/t/exceptions/class-mop-method.t index d6d256da2..86ebab8dc 100644 --- a/t/exceptions/class-mop-method.t +++ b/t/exceptions/class-mop-method.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-mixin-hasattributes.t b/t/exceptions/class-mop-mixin-hasattributes.t index 7fe17d891..0bdbe8f37 100644 --- a/t/exceptions/class-mop-mixin-hasattributes.t +++ b/t/exceptions/class-mop-mixin-hasattributes.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-mixin-hasmethods.t b/t/exceptions/class-mop-mixin-hasmethods.t index 3c408e89d..5cc1079ce 100644 --- a/t/exceptions/class-mop-mixin-hasmethods.t +++ b/t/exceptions/class-mop-mixin-hasmethods.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-module.t b/t/exceptions/class-mop-module.t index 4dd6c30e5..eb8d2ecce 100644 --- a/t/exceptions/class-mop-module.t +++ b/t/exceptions/class-mop-module.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-object.t b/t/exceptions/class-mop-object.t index 584bd0ba5..b2f4b1138 100644 --- a/t/exceptions/class-mop-object.t +++ b/t/exceptions/class-mop-object.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class-mop-package.t b/t/exceptions/class-mop-package.t index 56fad2a94..a2a900ba0 100644 --- a/t/exceptions/class-mop-package.t +++ b/t/exceptions/class-mop-package.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/class.t b/t/exceptions/class.t index c1a72408d..6a0ad8029 100644 --- a/t/exceptions/class.t +++ b/t/exceptions/class.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/exception-attributeisrequired.t b/t/exceptions/exception-attributeisrequired.t index 0d9102cf6..26760c054 100644 --- a/t/exceptions/exception-attributeisrequired.t +++ b/t/exceptions/exception-attributeisrequired.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/exception-lazyattributeneedsadefault.t b/t/exceptions/exception-lazyattributeneedsadefault.t index eea0626d0..b6bb3831f 100644 --- a/t/exceptions/exception-lazyattributeneedsadefault.t +++ b/t/exceptions/exception-lazyattributeneedsadefault.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/exception-role-class.t b/t/exceptions/exception-role-class.t index 81d686d71..390c568e8 100644 --- a/t/exceptions/exception-role-class.t +++ b/t/exceptions/exception-role-class.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/exception-role-role.t b/t/exceptions/exception-role-role.t index 99334b4ee..fefe63279 100644 --- a/t/exceptions/exception-role-role.t +++ b/t/exceptions/exception-role-role.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/exception-role-type.t b/t/exceptions/exception-role-type.t index 8f57f7f08..e3186dd38 100644 --- a/t/exceptions/exception-role-type.t +++ b/t/exceptions/exception-role-type.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/meta-role.t b/t/exceptions/meta-role.t index e3faff787..656840c3c 100644 --- a/t/exceptions/meta-role.t +++ b/t/exceptions/meta-role.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/metaclass.t b/t/exceptions/metaclass.t index 508fc84f6..82b7ea4a1 100644 --- a/t/exceptions/metaclass.t +++ b/t/exceptions/metaclass.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-exporter.t b/t/exceptions/moose-exporter.t index 0a86a9921..0e99bb59e 100644 --- a/t/exceptions/moose-exporter.t +++ b/t/exceptions/moose-exporter.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-attribute-native-traits.t b/t/exceptions/moose-meta-attribute-native-traits.t index 0f025305e..d181077a0 100644 --- a/t/exceptions/moose-meta-attribute-native-traits.t +++ b/t/exceptions/moose-meta-attribute-native-traits.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-class-immutable-trait.t b/t/exceptions/moose-meta-class-immutable-trait.t index c226ac311..00ab49626 100644 --- a/t/exceptions/moose-meta-class-immutable-trait.t +++ b/t/exceptions/moose-meta-class-immutable-trait.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-array.t b/t/exceptions/moose-meta-method-accessor-native-array.t index 046ac1250..f1b55a56f 100644 --- a/t/exceptions/moose-meta-method-accessor-native-array.t +++ b/t/exceptions/moose-meta-method-accessor-native-array.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-collection.t b/t/exceptions/moose-meta-method-accessor-native-collection.t index 953835955..a5f43337a 100644 --- a/t/exceptions/moose-meta-method-accessor-native-collection.t +++ b/t/exceptions/moose-meta-method-accessor-native-collection.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-grep.t b/t/exceptions/moose-meta-method-accessor-native-grep.t index 58f1f90a5..8f8f87843 100644 --- a/t/exceptions/moose-meta-method-accessor-native-grep.t +++ b/t/exceptions/moose-meta-method-accessor-native-grep.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-hash-set.t b/t/exceptions/moose-meta-method-accessor-native-hash-set.t index c846505ac..b2ca74d2d 100644 --- a/t/exceptions/moose-meta-method-accessor-native-hash-set.t +++ b/t/exceptions/moose-meta-method-accessor-native-hash-set.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-hash.t b/t/exceptions/moose-meta-method-accessor-native-hash.t index 4d7fa9a31..8402b4d63 100644 --- a/t/exceptions/moose-meta-method-accessor-native-hash.t +++ b/t/exceptions/moose-meta-method-accessor-native-hash.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-string-match.t b/t/exceptions/moose-meta-method-accessor-native-string-match.t index 510a428e4..1145016d5 100644 --- a/t/exceptions/moose-meta-method-accessor-native-string-match.t +++ b/t/exceptions/moose-meta-method-accessor-native-string-match.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-string-replace.t b/t/exceptions/moose-meta-method-accessor-native-string-replace.t index 7e874fd35..f74f658ed 100644 --- a/t/exceptions/moose-meta-method-accessor-native-string-replace.t +++ b/t/exceptions/moose-meta-method-accessor-native-string-replace.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native-string-substr.t b/t/exceptions/moose-meta-method-accessor-native-string-substr.t index c4f2d9c55..77ccae6d9 100644 --- a/t/exceptions/moose-meta-method-accessor-native-string-substr.t +++ b/t/exceptions/moose-meta-method-accessor-native-string-substr.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor-native.t b/t/exceptions/moose-meta-method-accessor-native.t index 13988ebd4..64b16224c 100644 --- a/t/exceptions/moose-meta-method-accessor-native.t +++ b/t/exceptions/moose-meta-method-accessor-native.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-accessor.t b/t/exceptions/moose-meta-method-accessor.t index 582a50e20..f6b3cfd1b 100644 --- a/t/exceptions/moose-meta-method-accessor.t +++ b/t/exceptions/moose-meta-method-accessor.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-augmented.t b/t/exceptions/moose-meta-method-augmented.t index 17fe9faf1..4ea8474d2 100644 --- a/t/exceptions/moose-meta-method-augmented.t +++ b/t/exceptions/moose-meta-method-augmented.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-constructor.t b/t/exceptions/moose-meta-method-constructor.t index 73a05b71e..ef9d3b3e9 100644 --- a/t/exceptions/moose-meta-method-constructor.t +++ b/t/exceptions/moose-meta-method-constructor.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-delegation.t b/t/exceptions/moose-meta-method-delegation.t index bf6816818..c27a2a673 100644 --- a/t/exceptions/moose-meta-method-delegation.t +++ b/t/exceptions/moose-meta-method-delegation.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-destructor.t b/t/exceptions/moose-meta-method-destructor.t index ad43d85d1..3569a7dc9 100644 --- a/t/exceptions/moose-meta-method-destructor.t +++ b/t/exceptions/moose-meta-method-destructor.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-method-overridden.t b/t/exceptions/moose-meta-method-overridden.t index fd9cec093..111e1467c 100644 --- a/t/exceptions/moose-meta-method-overridden.t +++ b/t/exceptions/moose-meta-method-overridden.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-role-application-rolesummation.t b/t/exceptions/moose-meta-role-application-rolesummation.t index 95d49d8c5..66beceebe 100644 --- a/t/exceptions/moose-meta-role-application-rolesummation.t +++ b/t/exceptions/moose-meta-role-application-rolesummation.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-role-application-toclass.t b/t/exceptions/moose-meta-role-application-toclass.t index 742ce9fe7..d7aa9b797 100644 --- a/t/exceptions/moose-meta-role-application-toclass.t +++ b/t/exceptions/moose-meta-role-application-toclass.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-role-application-torole.t b/t/exceptions/moose-meta-role-application-torole.t index 8ecda8cd0..17bc4ab31 100644 --- a/t/exceptions/moose-meta-role-application-torole.t +++ b/t/exceptions/moose-meta-role-application-torole.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-role-application.t b/t/exceptions/moose-meta-role-application.t index 8013d08f6..fd6740124 100644 --- a/t/exceptions/moose-meta-role-application.t +++ b/t/exceptions/moose-meta-role-application.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-role-attribute.t b/t/exceptions/moose-meta-role-attribute.t index 7102e797f..bb6a36486 100644 --- a/t/exceptions/moose-meta-role-attribute.t +++ b/t/exceptions/moose-meta-role-attribute.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-role-composite.t b/t/exceptions/moose-meta-role-composite.t index 6ca80b629..ade6aa52c 100644 --- a/t/exceptions/moose-meta-role-composite.t +++ b/t/exceptions/moose-meta-role-composite.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-typecoercion-union.t b/t/exceptions/moose-meta-typecoercion-union.t index d0dfe5fa4..4f9c194f4 100644 --- a/t/exceptions/moose-meta-typecoercion-union.t +++ b/t/exceptions/moose-meta-typecoercion-union.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-typecoercion.t b/t/exceptions/moose-meta-typecoercion.t index 165734f46..1cfb978fa 100644 --- a/t/exceptions/moose-meta-typecoercion.t +++ b/t/exceptions/moose-meta-typecoercion.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-typeconstraint-enum.t b/t/exceptions/moose-meta-typeconstraint-enum.t index 5ac34b710..d2b162ace 100644 --- a/t/exceptions/moose-meta-typeconstraint-enum.t +++ b/t/exceptions/moose-meta-typeconstraint-enum.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-typeconstraint-parameterizable.t b/t/exceptions/moose-meta-typeconstraint-parameterizable.t index 4f01818ab..d4f04380c 100644 --- a/t/exceptions/moose-meta-typeconstraint-parameterizable.t +++ b/t/exceptions/moose-meta-typeconstraint-parameterizable.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-typeconstraint-parameterized.t b/t/exceptions/moose-meta-typeconstraint-parameterized.t index a7975d7d3..acf3097b6 100644 --- a/t/exceptions/moose-meta-typeconstraint-parameterized.t +++ b/t/exceptions/moose-meta-typeconstraint-parameterized.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-typeconstraint-registry.t b/t/exceptions/moose-meta-typeconstraint-registry.t index 2bab4e44e..0e4923663 100644 --- a/t/exceptions/moose-meta-typeconstraint-registry.t +++ b/t/exceptions/moose-meta-typeconstraint-registry.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-meta-typeconstraint.t b/t/exceptions/moose-meta-typeconstraint.t index 02deaaae8..8272704e5 100644 --- a/t/exceptions/moose-meta-typeconstraint.t +++ b/t/exceptions/moose-meta-typeconstraint.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-role.t b/t/exceptions/moose-role.t index 50d3c5270..deae661c0 100644 --- a/t/exceptions/moose-role.t +++ b/t/exceptions/moose-role.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-util-metarole.t b/t/exceptions/moose-util-metarole.t index 2dd6de553..05429d9bf 100644 --- a/t/exceptions/moose-util-metarole.t +++ b/t/exceptions/moose-util-metarole.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose-util-typeconstraints.t b/t/exceptions/moose-util-typeconstraints.t index 4379b1e11..d35a05c6d 100644 --- a/t/exceptions/moose-util-typeconstraints.t +++ b/t/exceptions/moose-util-typeconstraints.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/moose.t b/t/exceptions/moose.t index 7fbb8fe55..8ad004d86 100644 --- a/t/exceptions/moose.t +++ b/t/exceptions/moose.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/object.t b/t/exceptions/object.t index 3f47c6326..479387448 100644 --- a/t/exceptions/object.t +++ b/t/exceptions/object.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/typeconstraints.t b/t/exceptions/typeconstraints.t index aac879dad..49253ca06 100644 --- a/t/exceptions/typeconstraints.t +++ b/t/exceptions/typeconstraints.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/exceptions/util.t b/t/exceptions/util.t index cdc9a2ebc..467faac54 100644 --- a/t/exceptions/util.t +++ b/t/exceptions/util.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/immutable/definition_context.t b/t/immutable/definition_context.t index de82c884f..ed44edbf3 100644 --- a/t/immutable/definition_context.t +++ b/t/immutable/definition_context.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/immutable/immutable_metaclass_with_traits.t b/t/immutable/immutable_metaclass_with_traits.t index 4fb5baac3..466a7c0be 100644 --- a/t/immutable/immutable_metaclass_with_traits.t +++ b/t/immutable/immutable_metaclass_with_traits.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/immutable/inline_close_over.t b/t/immutable/inline_close_over.t index fc26ee58b..a02373118 100644 --- a/t/immutable/inline_close_over.t +++ b/t/immutable/inline_close_over.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/exporter_also_with_trait.t b/t/metaclasses/exporter_also_with_trait.t index 23205142a..ca79cebe4 100644 --- a/t/metaclasses/exporter_also_with_trait.t +++ b/t/metaclasses/exporter_also_with_trait.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/immutable_metaclass_compat_bug.t b/t/metaclasses/immutable_metaclass_compat_bug.t index 8b8e13ca3..67a4ffae5 100644 --- a/t/metaclasses/immutable_metaclass_compat_bug.t +++ b/t/metaclasses/immutable_metaclass_compat_bug.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/meta_name.t b/t/metaclasses/meta_name.t index 1bae8bd6e..c04771150 100644 --- a/t/metaclasses/meta_name.t +++ b/t/metaclasses/meta_name.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/metaclass_compat.t b/t/metaclasses/metaclass_compat.t index a16bee79d..8ef2343df 100644 --- a/t/metaclasses/metaclass_compat.t +++ b/t/metaclasses/metaclass_compat.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use lib 't/lib'; diff --git a/t/metaclasses/metaclass_compat_no_fixing_bug.t b/t/metaclasses/metaclass_compat_no_fixing_bug.t index 5fc833d38..19ec76adf 100644 --- a/t/metaclasses/metaclass_compat_no_fixing_bug.t +++ b/t/metaclasses/metaclass_compat_no_fixing_bug.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/metaclass_compat_role_conflicts.t b/t/metaclasses/metaclass_compat_role_conflicts.t index a8191f8b1..13cd150d9 100644 --- a/t/metaclasses/metaclass_compat_role_conflicts.t +++ b/t/metaclasses/metaclass_compat_role_conflicts.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/metaclass_parameterized_traits.t b/t/metaclasses/metaclass_parameterized_traits.t index dec5952d8..ca4b5a9bb 100644 --- a/t/metaclasses/metaclass_parameterized_traits.t +++ b/t/metaclasses/metaclass_parameterized_traits.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/metaroles_of_metaroles.t b/t/metaclasses/metaroles_of_metaroles.t index cf2457c7e..d8533c75e 100755 --- a/t/metaclasses/metaroles_of_metaroles.t +++ b/t/metaclasses/metaroles_of_metaroles.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/moose_exporter_trait_aliases.t b/t/metaclasses/moose_exporter_trait_aliases.t index a8149e52f..633674db9 100644 --- a/t/metaclasses/moose_exporter_trait_aliases.t +++ b/t/metaclasses/moose_exporter_trait_aliases.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/new_metaclass.t b/t/metaclasses/new_metaclass.t index db4218517..7d439b176 100644 --- a/t/metaclasses/new_metaclass.t +++ b/t/metaclasses/new_metaclass.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/new_object_BUILD.t b/t/metaclasses/new_object_BUILD.t index b3bdd8cd7..22b37c88f 100644 --- a/t/metaclasses/new_object_BUILD.t +++ b/t/metaclasses/new_object_BUILD.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/overloading.t b/t/metaclasses/overloading.t index daeed8cef..24156f8d5 100644 --- a/t/metaclasses/overloading.t +++ b/t/metaclasses/overloading.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/reinitialize.t b/t/metaclasses/reinitialize.t index 04d021f44..c1ada1da7 100644 --- a/t/metaclasses/reinitialize.t +++ b/t/metaclasses/reinitialize.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/metaclasses/use_base_of_moose.t b/t/metaclasses/use_base_of_moose.t index 10616be55..5bff5e478 100644 --- a/t/metaclasses/use_base_of_moose.t +++ b/t/metaclasses/use_base_of_moose.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; diff --git a/t/moose_util/with_traits.t b/t/moose_util/with_traits.t index e03a424a6..6388eeb96 100644 --- a/t/moose_util/with_traits.t +++ b/t/moose_util/with_traits.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/native_traits/array_subtypes.t b/t/native_traits/array_subtypes.t index 598605eac..d85c8f677 100644 --- a/t/native_traits/array_subtypes.t +++ b/t/native_traits/array_subtypes.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/native_traits/custom_instance.t b/t/native_traits/custom_instance.t index 62087b977..0b083390d 100644 --- a/t/native_traits/custom_instance.t +++ b/t/native_traits/custom_instance.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/native_traits/hash_subtypes.t b/t/native_traits/hash_subtypes.t index 98249aac6..ed6fdf1b7 100644 --- a/t/native_traits/hash_subtypes.t +++ b/t/native_traits/hash_subtypes.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; diff --git a/t/roles/anonymous_roles.t b/t/roles/anonymous_roles.t index 5ce41ecba..53bfb34f6 100644 --- a/t/roles/anonymous_roles.t +++ b/t/roles/anonymous_roles.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/application_toclass.t b/t/roles/application_toclass.t index faf0b01ac..b07bc80bd 100644 --- a/t/roles/application_toclass.t +++ b/t/roles/application_toclass.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/build.t b/t/roles/build.t index faa5cbc4f..8c6ae6286 100644 --- a/t/roles/build.t +++ b/t/roles/build.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/create_role.t b/t/roles/create_role.t index 3963dd188..ce704650e 100644 --- a/t/roles/create_role.t +++ b/t/roles/create_role.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/create_role_subclass.t b/t/roles/create_role_subclass.t index c6e2e2dc5..c5795cb97 100644 --- a/t/roles/create_role_subclass.t +++ b/t/roles/create_role_subclass.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/free_anonymous_roles.t b/t/roles/free_anonymous_roles.t index 6d06d235f..98ce5dcad 100644 --- a/t/roles/free_anonymous_roles.t +++ b/t/roles/free_anonymous_roles.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/imported_required_method.t b/t/roles/imported_required_method.t index d37faa08d..4c2e080e2 100644 --- a/t/roles/imported_required_method.t +++ b/t/roles/imported_required_method.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/method_modifiers.t b/t/roles/method_modifiers.t index 4b4bca31f..b3076a6be 100644 --- a/t/roles/method_modifiers.t +++ b/t/roles/method_modifiers.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/new_meta_role.t b/t/roles/new_meta_role.t index ff3a98aa0..964c3ebc4 100644 --- a/t/roles/new_meta_role.t +++ b/t/roles/new_meta_role.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/reinitialize_anon_role.t b/t/roles/reinitialize_anon_role.t index 6e6db9ae1..2554f2e30 100644 --- a/t/roles/reinitialize_anon_role.t +++ b/t/roles/reinitialize_anon_role.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/role_attr_application.t b/t/roles/role_attr_application.t index 5c53ce5ca..05720e9f7 100644 --- a/t/roles/role_attr_application.t +++ b/t/roles/role_attr_application.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/role_for_combination.t b/t/roles/role_for_combination.t index 3a297ea4a..d4a168451 100644 --- a/t/roles/role_for_combination.t +++ b/t/roles/role_for_combination.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/roles/use_base_does.t b/t/roles/use_base_does.t index 596dff1af..a3d5b4183 100644 --- a/t/roles/use_base_does.t +++ b/t/roles/use_base_does.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/todo_tests/replacing_super_methods.t b/t/todo_tests/replacing_super_methods.t index a7f3d2c6d..eef494a25 100644 --- a/t/todo_tests/replacing_super_methods.t +++ b/t/todo_tests/replacing_super_methods.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/todo_tests/required_role_accessors.t b/t/todo_tests/required_role_accessors.t index e76c273c8..d25f6e804 100644 --- a/t/todo_tests/required_role_accessors.t +++ b/t/todo_tests/required_role_accessors.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/todo_tests/role_insertion_order.t b/t/todo_tests/role_insertion_order.t index 92f346245..151c26e89 100644 --- a/t/todo_tests/role_insertion_order.t +++ b/t/todo_tests/role_insertion_order.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/t/type_constraints/name_conflicts.t b/t/type_constraints/name_conflicts.t index a03fdc1c9..1b52b5e24 100644 --- a/t/type_constraints/name_conflicts.t +++ b/t/type_constraints/name_conflicts.t @@ -1,4 +1,3 @@ -#!/usr/bin/env perl use strict; use warnings; use Test::More; diff --git a/xt/author/debugger-duck_type.t b/xt/author/debugger-duck_type.t index 9683af394..76e3ee916 100644 --- a/xt/author/debugger-duck_type.t +++ b/xt/author/debugger-duck_type.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use FindBin qw/ $Bin /; diff --git a/xt/release/pod-coverage.t b/xt/release/pod-coverage.t index 6c40d4fe4..41726b00f 100644 --- a/xt/release/pod-coverage.t +++ b/xt/release/pod-coverage.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings;