Correct command in readme
This commit is contained in:
parent
13188d49a1
commit
c4bbc09b1f
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ Test files are found in the `t/` directory.
|
|||
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) (there is no built-in
|
||||
option to format files recursively). This will produce backup files with `.bak`
|
||||
extensions, so run `rm -r *.bak` to clean up your local copy if you are happy
|
||||
with the formatted files.
|
||||
extensions, so run `find . -name '*.bak' -delete` to clean up your local copy
|
||||
if you are happy with the formatted files.
|
||||
|
||||
Run `perlcritic lib` to lint all Perl files with [Perl-Critic](https://metacpan.org/release/Perl-Critic).
|
||||
|
||||
|
|
Reference in a new issue