projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
772e216
)
remove useless shebangs in tests
Karen Etheridge [Sat, 22 Dec 2012 01:36:09 +0000 (17:36 -0800)]
20 files changed:
t/000_load.t
patch
|
blob
|
blame
|
history
t/001_basic.t
patch
|
blob
|
blame
|
history
t/002_custom_option_type.t
patch
|
blob
|
blame
|
history
t/003_inferred_option_type.t
patch
|
blob
|
blame
|
history
t/004_nogetop.t
patch
|
blob
|
blame
|
history
t/005_strict.t
patch
|
blob
|
blame
|
history
t/006_metaclass_traits.t
patch
|
blob
|
blame
|
history
t/007_nogetopt_trait.t
patch
|
blob
|
blame
|
history
t/008_configfromfile.t
patch
|
blob
|
blame
|
history
t/009_gld_and_explicit_options.t
patch
|
blob
|
blame
|
history
t/010_dashes.t
patch
|
blob
|
blame
|
history
t/011_process_argv.t
patch
|
blob
|
blame
|
history
t/100_gld_default_bug.t
patch
|
blob
|
blame
|
history
t/101_argv_bug.t
patch
|
blob
|
blame
|
history
t/102_basic_basic.t
patch
|
blob
|
blame
|
history
t/103_uc_bug.t
patch
|
blob
|
blame
|
history
t/107_union_bug.t
patch
|
blob
|
blame
|
history
t/108_usage_attr.t
patch
|
blob
|
blame
|
history
t/109_help_flag.t
patch
|
blob
|
blame
|
history
t/111_gld_pass_through.t
patch
|
blob
|
blame
|
history
diff --git
a/t/000_load.t
b/t/000_load.t
index
a06573d
..
24b4081
100644
(file)
--- a/
t/000_load.t
+++ b/
t/000_load.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/001_basic.t
b/t/001_basic.t
index
b7bea2d
..
de997ad
100644
(file)
--- a/
t/001_basic.t
+++ b/
t/001_basic.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/002_custom_option_type.t
b/t/002_custom_option_type.t
index
890477d
..
553a9fa
100644
(file)
--- a/
t/002_custom_option_type.t
+++ b/
t/002_custom_option_type.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/003_inferred_option_type.t
b/t/003_inferred_option_type.t
index
e5ceae9
..
820d2fc
100644
(file)
--- a/
t/003_inferred_option_type.t
+++ b/
t/003_inferred_option_type.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/004_nogetop.t
b/t/004_nogetop.t
index
a69310f
..
a4c4455
100644
(file)
--- a/
t/004_nogetop.t
+++ b/
t/004_nogetop.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/005_strict.t
b/t/005_strict.t
index
a5d82c5
..
a1b9ee0
100644
(file)
--- a/
t/005_strict.t
+++ b/
t/005_strict.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/006_metaclass_traits.t
b/t/006_metaclass_traits.t
index
7e2a01c
..
5ac0391
100644
(file)
--- a/
t/006_metaclass_traits.t
+++ b/
t/006_metaclass_traits.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/007_nogetopt_trait.t
b/t/007_nogetopt_trait.t
index
0088983
..
341173c
100644
(file)
--- a/
t/007_nogetopt_trait.t
+++ b/
t/007_nogetopt_trait.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/008_configfromfile.t
b/t/008_configfromfile.t
index
ee359a9
..
bcb0322
100644
(file)
--- a/
t/008_configfromfile.t
+++ b/
t/008_configfromfile.t
@@
-1,5
+1,3
@@
-#!/usr/bin/env perl
-
use strict;
use warnings;
diff --git
a/t/009_gld_and_explicit_options.t
b/t/009_gld_and_explicit_options.t
index
c095bdd
..
9fc24f9
100644
(file)
--- a/
t/009_gld_and_explicit_options.t
+++ b/
t/009_gld_and_explicit_options.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/010_dashes.t
b/t/010_dashes.t
index
c605635
..
87f49dd
100644
(file)
--- a/
t/010_dashes.t
+++ b/
t/010_dashes.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/011_process_argv.t
b/t/011_process_argv.t
index
d2c1740
..
c070d54
100644
(file)
--- a/
t/011_process_argv.t
+++ b/
t/011_process_argv.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/100_gld_default_bug.t
b/t/100_gld_default_bug.t
index
3237cd9
..
3e3aa97
100644
(file)
--- a/
t/100_gld_default_bug.t
+++ b/
t/100_gld_default_bug.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/101_argv_bug.t
b/t/101_argv_bug.t
index
6d75ad5
..
3a38b15
100644
(file)
--- a/
t/101_argv_bug.t
+++ b/
t/101_argv_bug.t
@@
-1,5
+1,3
@@
-#!/usr/bin/env perl
-
use strict;
use warnings;
diff --git
a/t/102_basic_basic.t
b/t/102_basic_basic.t
index
daf32f3
..
631550a
100644
(file)
--- a/
t/102_basic_basic.t
+++ b/
t/102_basic_basic.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/103_uc_bug.t
b/t/103_uc_bug.t
index
79f5598
..
c9fa04e
100644
(file)
--- a/
t/103_uc_bug.t
+++ b/
t/103_uc_bug.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/107_union_bug.t
b/t/107_union_bug.t
index
9f78fb5
..
5d03c68
100644
(file)
--- a/
t/107_union_bug.t
+++ b/
t/107_union_bug.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;
diff --git
a/t/108_usage_attr.t
b/t/108_usage_attr.t
index
c0286c5
..
cb2ff86
100644
(file)
--- a/
t/108_usage_attr.t
+++ b/
t/108_usage_attr.t
@@
-1,5
+1,3
@@
-#!/usr/bin/env perl
-
# Re RT#58715 and the claim in the documentation:
# If you have Getopt::Long::Descriptive the usage param is also passed to new.
diff --git
a/t/109_help_flag.t
b/t/109_help_flag.t
index
b5a0833
..
fd54ea9
100644
(file)
--- a/
t/109_help_flag.t
+++ b/
t/109_help_flag.t
@@
-1,5
+1,3
@@
-#!/usr/bin/env perl
-
# The documentation claims:
# If Getopt::Long::Descriptive is installed and any of the following command
# line params are passed (--help, --usage, --?), the program will exit with
diff --git
a/t/111_gld_pass_through.t
b/t/111_gld_pass_through.t
index
1a02861
..
48e7f7a
100644
(file)
--- a/
t/111_gld_pass_through.t
+++ b/
t/111_gld_pass_through.t
@@
-1,5
+1,3
@@
-#!/usr/bin/perl
-
use strict;
use warnings;