File tree Expand file tree Collapse file tree 7 files changed +7
-13
lines changed
Expand file tree Collapse file tree 7 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ use warnings;
55use Test::More;
66
77BEGIN {
8- if ($ENV {PERLPP_NOUSE } || 0) {
9- plan skip_all => ' Loading not tested in this configuration (PERLPP_NOUSE)' ;
10- } else {
11- plan tests => 1;
12- use_ok( ' Text::PerlPP' ) || print " Bail out!\n " ;
13- diag(" Included from $INC {'Text/PerlPP.pm'}" );
14- }
8+ if ($ENV {PERLPP_NOUSE } || 0) {
9+ plan skip_all => ' Loading not tested in this configuration (PERLPP_NOUSE)' ;
10+ } else {
11+ plan tests => 1;
12+ use_ok( ' Text::PerlPP' ) || print " Bail out!\n " ;
13+ diag(" Included from $INC {'Text/PerlPP.pm'}" );
14+ }
1515}
1616
1717done_testing();
Original file line number Diff line number Diff line change @@ -39,4 +39,3 @@ for my $lrTest (@testcases) {
3939} # foreach test
4040
4141# vi: set ts=4 sts=0 sw=4 noet ai: #
42-
Original file line number Diff line number Diff line change @@ -103,4 +103,3 @@ for my $lrTest (@testcases) {
103103} # foreach test
104104
105105# vi: set ts=4 sts=0 sw=4 noet ai: #
106-
Original file line number Diff line number Diff line change @@ -132,4 +132,3 @@ for my $lrTest (@testcases) {
132132# TODO test -o / --output, and processing input from files rather than stdin
133133
134134# vi: set ts=4 sts=0 sw=4 noet ai: #
135-
Original file line number Diff line number Diff line change @@ -54,4 +54,3 @@ for my $lrTest (@testcases) {
5454# TODO test -o / --output, and processing input from files rather than stdin
5555
5656# vi: set ts=4 sts=0 sw=4 noet ai: #
57-
Original file line number Diff line number Diff line change @@ -50,4 +50,3 @@ for my $lrTest (@testcases) {
5050# TODO test -o / --output, and processing input from files rather than stdin
5151
5252# vi: set ts=4 sts=0 sw=4 noet ai: #
53-
Original file line number Diff line number Diff line change @@ -32,4 +32,3 @@ for my $lrTest (@testcases) {
3232} # foreach test
3333
3434# vi: set ts=4 sts=0 sw=4 noet ai: #
35-
You can’t perform that action at this time.
0 commit comments