Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Code::TidyAll::Plugin::PerlTidy - use perltidy with tidyall
SYNOPSIS
# In configuration:
; Configure in-line
;
[PerlTidy]
select = lib/**/*.pm
argv = --noll
; or refer to a .perltidyrc in the same directory
;
[PerlTidy]
select = lib/**/*.pm
argv = --profile=$ROOT/.perltidyrc
DESCRIPTION
Runs perltidy, a Perl tidier.
INSTALLATION
Install perltidy from CPAN.
cpanm perltidy
CONFIGURATION
- argv
-
Arguments to pass to perltidy