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;
5
5
use Test::More;
6
6
7
7
BEGIN {
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
+ }
15
15
}
16
16
17
17
done_testing();
Original file line number Diff line number Diff line change @@ -39,4 +39,3 @@ for my $lrTest (@testcases) {
39
39
} # foreach test
40
40
41
41
# 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) {
103
103
} # foreach test
104
104
105
105
# 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) {
132
132
# TODO test -o / --output, and processing input from files rather than stdin
133
133
134
134
# 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) {
54
54
# TODO test -o / --output, and processing input from files rather than stdin
55
55
56
56
# 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) {
50
50
# TODO test -o / --output, and processing input from files rather than stdin
51
51
52
52
# 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) {
32
32
} # foreach test
33
33
34
34
# vi: set ts=4 sts=0 sw=4 noet ai: #
35
-
You can’t perform that action at this time.
0 commit comments