NAME
   Code::TidyAll::Plugin::Perl::IgnoreMethodSignaturesSimple - Prep
   Method::Signatures::Simple directives for perltidy and perlcritic

VERSION
   version 0.02

SYNOPSIS
       use Code::TidyAll::Plugin::Perl::IgnoreMethodSignaturesSimple

DESCRIPTION
   This tidyall plugin uses a preprocess/postprocess step to convert
   Method::Signatures::Simple (`method' and `function') to specially marked
   subroutines so that perltidy and perlcritic will treat them as such, and
   then revert them afterwards.

   The postprocess step also adds an empty parameter list if none is there.
   e.g. this

       method foo {

   becomes

       method foo () {

SUPPORT AND DOCUMENTATION
   Questions and feedback are welcome, and should be directed to the
   author.

   Bugs and feature requests will be tracked at RT:

       http://rt.cpan.org/NoAuth/Bugs.html?Dist=Code-TidyAll-Plugin-Perl-AlignMooseAttributes
       [email protected]

   The latest source code can be browsed and fetched at:

       http://github.com/jonswar/perl-code-tidyall-plugin-perl-alignmooseattributes
       git clone git://github.com/jonswar/perl-code-tidyall-plugin-perl-alignmooseattributes.git

SEE ALSO
   perltidy

AUTHOR
   Jonathan Swartz <[email protected]>

COPYRIGHT AND LICENSE
   This software is copyright (c) 2012 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.