Skip to content

Commit 3bcaa63

Browse files
committed
Fix perltidyrc path error on CONTRIBUTING.md
1 parent b6d8da0 commit 3bcaa63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff 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.
4141
Please install Perl::Tidy and use `perltidy` before submitting patches. However,
4242
as this is an old distribution and styling has changed somewhat over the years,
4343
please 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

5050
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
5252
at the newly created `my_tidy_copy.pm` in the dist root and replace your work
5353
with the cleaned up copy if there are differences.
5454

0 commit comments

Comments
 (0)