
Code::TidyAll::Plugin::PodTidy - use podtidy with tidyall

version 0.13

In configuration:
[PodTidy]
select = lib/**/*.{pm,pod}
columns = 90

Runs podtidy, which will tidy the POD in your Perl or POD-only file.

Install podtidy from CPAN.
cpanm podtidy

Number of columns per line


Jonathan Swartz <swartz@pobox.com>

This software is copyright (c) 2011 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.