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