File tree 1 file changed +2
-2
lines changed
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:
37
37
38
38
## Code style and tidying
39
39
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.
41
41
Please install Perl::Tidy and use ` perltidy ` before submitting patches. However,
42
42
as this is an old distribution and styling has changed somewhat over the years,
43
43
please keep your tidying constrained to the portion of code or function in which
@@ -48,7 +48,7 @@ you're patching.
48
48
$ rm my_tidy_copy.pm
49
49
50
50
The 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
52
52
at the newly created ` my_tidy_copy.pm ` in the dist root and replace your work
53
53
with the cleaned up copy if there are differences.
54
54
You can’t perform that action at this time.
0 commit comments