From: Karen Etheridge Date: Sun, 23 Dec 2012 19:53:01 +0000 (-0800) Subject: spurious whitespace X-Git-Tag: v0.48~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=c0237b0a50fd50f90dbd2746f0d1f6eb98649d6a spurious whitespace --- diff --git a/t/001_basic.t b/t/001_basic.t index 92f3fbc..2a2f94e 100644 --- a/t/001_basic.t +++ b/t/001_basic.t @@ -76,7 +76,6 @@ BEGIN { default => 832, cmd_flag => 'p', ); - } foreach my $attr_name (qw(data cow horse _private_stuff_cmdline)) { diff --git a/t/002_custom_option_type.t b/t/002_custom_option_type.t index 9b0dfad..11cf709 100644 --- a/t/002_custom_option_type.t +++ b/t/002_custom_option_type.t @@ -30,7 +30,6 @@ BEGIN { isa => 'ArrayOfInts', default => sub { [0] } ); - } { diff --git a/t/003_inferred_option_type.t b/t/003_inferred_option_type.t index 965014b..01cd599 100644 --- a/t/003_inferred_option_type.t +++ b/t/003_inferred_option_type.t @@ -26,7 +26,6 @@ BEGIN { isa => 'ArrayOfInts', default => sub { [0] } ); - } { diff --git a/t/004_nogetop.t b/t/004_nogetop.t index 9592ed4..fd1ecdf 100644 --- a/t/004_nogetop.t +++ b/t/004_nogetop.t @@ -77,7 +77,6 @@ BEGIN { default => 832, cmd_flag => 'p', ); - } { diff --git a/t/005_strict.t b/t/005_strict.t index 484f11e..9c79115 100644 --- a/t/005_strict.t +++ b/t/005_strict.t @@ -10,7 +10,6 @@ BEGIN { } { - package App; use Moose; diff --git a/t/006_metaclass_traits.t b/t/006_metaclass_traits.t index 0169dd1..478e7ad 100644 --- a/t/006_metaclass_traits.t +++ b/t/006_metaclass_traits.t @@ -76,7 +76,6 @@ BEGIN { default => 832, cmd_flag => 'p', ); - } foreach my $attr_name (qw(data cow horse _private_stuff_cmdline)) { diff --git a/t/007_nogetopt_trait.t b/t/007_nogetopt_trait.t index 7c29264..540b1b4 100644 --- a/t/007_nogetopt_trait.t +++ b/t/007_nogetopt_trait.t @@ -77,7 +77,6 @@ BEGIN { default => 832, cmd_flag => 'p', ); - } { diff --git a/t/102_basic_basic.t b/t/102_basic_basic.t index 28e95fe..d89e479 100644 --- a/t/102_basic_basic.t +++ b/t/102_basic_basic.t @@ -76,7 +76,6 @@ BEGIN { default => 832, cmd_flag => 'p', ); - } foreach my $attr_name (qw(data cow horse _private_stuff_cmdline)) {