1PPIx::Utils(3)        User Contributed Perl Documentation       PPIx::Utils(3)
2
3
4

NAME

6       PPIx::Utils - Utility functions for PPI
7

SYNOPSIS

9           use PPIx::Utils qw(:classification :language :traversal);
10

DESCRIPTION

12       "PPIx::Utils" is a collection of utility functions for working with PPI
13       documents. The functions are organized into submodules, and may be
14       imported from the appropriate submodule or via this module.
15
16       These functions were originally from Perl::Critic::Utils and related
17       modules, and have been split off to this distribution for use outside
18       of Perl::Critic.
19

MODULES

21       The import tag ":all" will import the functions from all modules listed
22       below.
23
24   PPIx::Utils::Classification
25       Functions related to classification of PPI elements. All functions from
26       this module can be imported with the import tag ":classification".
27
28   PPIx::Utils::Language
29       Functions related to the Perl language. All functions from this module
30       can be imported with the import tag ":language".
31
32   PPIx::Utils::Traversal
33       Functions related to traversal of PPI documents. All functions from
34       this module can be imported with the import tag ":traversal".
35

BUGS

37       Report any issues on the public bugtracker.
38

AUTHOR

40       Dan Book <dbook@cpan.org>
41
42       Code originally from Perl::Critic::Utils by Jeffrey Ryan Thalhammer
43       <jeff@imaginative-software.com>, Perl::Critic::Utils::PPI +
44       Perl::Critic::Utils::Perl + PPIx::Utilities::Node by Elliot Shank
45       <perl@galumph.com>, and PPIx::Utilities::Statement by Thomas R. Wyant,
46       III <wyant@cpan.org>
47
49       This software is copyright (c) 2005-2011 Imaginative Software Systems,
50       2007-2011 Elliot Shank, 2009-2010 Thomas R. Wyant, III, 2017 Dan Book.
51
52       This is free software; you can redistribute it and/or modify it under
53       the same terms as the Perl 5 programming language system itself.
54

SEE ALSO

56       PPI, Perl::Critic::Utils, PPIx::Utilities
57
58
59
60perl v5.32.1                      2021-05-04                    PPIx::Utils(3)
Impressum