File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You can run tests directly using the `prove` tool:
3737
3838## Code style and tidying
3939
40- This distribution contains a ` . perltidyrc` file in the root of the repository.
40+ This distribution contains a ` perltidyrc ` file in the root of the repository.
4141Please install Perl::Tidy and use ` perltidy ` before submitting patches. However,
4242as this is an old distribution and styling has changed somewhat over the years,
4343please keep your tidying constrained to the portion of code or function in which
@@ -48,7 +48,7 @@ you're patching.
4848 $ rm my_tidy_copy.pm
4949
5050The above command, for example, would provide you with a copy of ` Status.pm `
51- that has been cleaned according to our ` . perltidyrc` settings. You'd then look
51+ that has been cleaned according to our ` perltidyrc ` settings. You'd then look
5252at the newly created ` my_tidy_copy.pm ` in the dist root and replace your work
5353with the cleaned up copy if there are differences.
5454
You can’t perform that action at this time.
0 commit comments