|
NAMEPerl::Critic::Pulp::Utils - shared helper code for the Pulp perlcritic add-onSYNOPSISuse Perl::Critic::Pulp::Utils; DESCRIPTIONThis is a bit of a grab bag, but works as far as it goes.FUNCTIONSElement Functions
Policy Parameter Functions
EXPORTSNothing is exported by default, but the functions can be requested in usual "Exporter" style,use Perl::Critic::Pulp::Utils 'elem_in_BEGIN'; if (elem_in_BEGIN($elem)) { # ... } There's no ":all" tag since this module is meant as a grab-bag of functions and importing as-yet unknown things would be asking for name clashes. SEE ALSOPerl::Critic::Pulp, Perl::Critic, PPIHOME PAGE<http://user42.tuxfamily.org/perl-critic-pulp/index.html>COPYRIGHTCopyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2021 Kevin RydePerl-Critic-Pulp is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. Perl-Critic-Pulp is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Perl-Critic-Pulp. If not, see <http://www.gnu.org/licenses/>.
Visit the GSP FreeBSD Man Page Interface. |