Skip to content

Commit 09ea78a

Browse files
magnolia-kbingos
authored andcommitted
fixed typo (#292)
1 parent b7062c8 commit 09ea78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ExtUtils/MakeMaker/Tutorial.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Simply add another entry in the test location string. For example, to test:
125125

126126
You would use the following C<test> directive:
127127

128-
test => {TESTS => 't/*.t t/*/*/*.t}
128+
test => {TESTS => 't/*.t t/*/*/*.t'}
129129

130130
Note that in the above example, tests in the first subdirectory will not be
131131
run. To run all tests in the intermediary subdirectory preceeding the one

0 commit comments

Comments
 (0)