The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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