From ee7fe2c7b47304f5e7600974a2e99d3ee6a3239a Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 20 Mar 2021 13:22:29 +0000 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bcca11..75e4256 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ Test files are found in the `t/` directory. ## Code Formatting Run `for f in ./lib/**/*.pm; do perltidy -b $f; done` to format all Perl files -with [Perl-Tidy](https://metacpan.org/release/Perl-Tidy). +with [Perl-Tidy](https://metacpan.org/release/Perl-Tidy) (there is no built-in +option to format files recursively). Run `perlcritic lib` to lint all Perl files with [Perl-Critic](https://metacpan.org/release/Perl-Critic).