The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME
Code::TidyAll::Plugin::Perl::IgnoreMethodSignaturesSimple - Prep
Method::Signatures::Simple directives for perltidy and perlcritic
VERSION
version 0.03
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:
bug-code-tidyall-plugin-perl-alignmooseattributes@rt.cpan.org
The latest source code can be browsed and fetched at:
SEE ALSO
perltidy
AUTHOR
Jonathan Swartz <swartz@pobox.com>
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.