Skip to content

Commit

Permalink
remove all unneeded shebangs from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Oct 26, 2013
1 parent 3df7d7b commit d4e4a39
Show file tree
Hide file tree
Showing 124 changed files with 0 additions and 125 deletions.
1 change: 0 additions & 1 deletion t/attributes/accessor_inlining.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/attributes/accessor_override_method.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/attributes/attribute_traits_parameterized.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/attributes/default_class_role_types.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/attributes/default_undef.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/attributes/delegation_arg_aliasing.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/attributes/numeric_defaults.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/bugs/DEMOLISHALL.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/bugs/application_metarole_compat.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/bugs/delete_sub_stash.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/bugs/moose_octal_defaults.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use Test::More;

{
Expand Down
1 change: 0 additions & 1 deletion t/cmop/add_method_debugmode.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/cmop/anon_class_removal.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/cmop/anon_packages.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/cmop/custom_instance.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/cmop/meta_method.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/cmop/null_stash.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/cmop/numeric_defaults.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/cmop/rebless_instance_away.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/compat/composite_metaroles.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/compat/inc_hash.t
@@ -1,4 +1,3 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
Expand Down
2 changes: 0 additions & 2 deletions t/examples/example_Protomoose.t
@@ -1,5 +1,3 @@
#!/usr/local/bin/perl

use strict;
use warnings;

Expand Down
1 change: 0 additions & 1 deletion t/exceptions/attribute.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-attribute.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-class-immutable-trait.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-class.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-method-accessor.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-method-constructor.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-method-generated.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-method-meta.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-method-overload.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-method-wrapped.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-method.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-mixin-hasattributes.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-mixin-hasmethods.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-module.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-object.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class-mop-package.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/class.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/exception-attributeisrequired.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/exception-lazyattributeneedsadefault.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/exception-role-class.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/exception-role-role.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/exception-role-type.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/meta-role.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/metaclass.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-exporter.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-attribute-native-traits.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-class-immutable-trait.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-accessor-native-array.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-accessor-native-grep.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-accessor-native-hash-set.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-accessor-native-hash.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-accessor-native.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-accessor.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-augmented.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-constructor.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-delegation.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-destructor.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-method-overridden.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-role-application-rolesummation.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-role-application-toclass.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-role-application-torole.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-role-application.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-role-attribute.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-role-composite.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-typecoercion-union.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-typecoercion.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-typeconstraint-enum.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-typeconstraint-parameterizable.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-typeconstraint-parameterized.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-typeconstraint-registry.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-meta-typeconstraint.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-role.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/exceptions/moose-util-metarole.t
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use strict;
use warnings;
Expand Down

0 comments on commit d4e4a39

Please sign in to comment.