Perl::Critic::Utils::Perl - Utility functions for dealing with Perl language issues.


Perl-Critic documentation  | view source Contained in the Perl-Critic distribution.

Index


NAME

Top

Perl::Critic::Utils::Perl - Utility functions for dealing with Perl language issues.

SYNOPSIS

Top

    use Perl::Critic::Utils::Perl qw< :all >;

    my $name = symbol_without_sigil('$foo');    # $name is "foo".




DESCRIPTION

Top

This handles various issues with Perl, the language, that aren't necessarily PPI related.

INTERFACE SUPPORT

Top

This is considered to be a public module. Any changes to its interface will go through a deprecation cycle.

IMPORTABLE SUBROUTINES

Top

symbol_without_sigil( $symbol )

Returns the name of the specified symbol with any sigil at the front. The parameter can be a vanilla Perl string or a PPI::Element.

AUTHOR

Top

Elliot Shank <perl@galumph.com>

COPYRIGHT

Top


Perl-Critic documentation  | view source Contained in the Perl-Critic distribution.