| PPIx-Utilities documentation | Contained in the PPIx-Utilities distribution. |
PPIx::Utilities - Extensions to PPI.
This document describes PPIx::Utilities version 1.1.0.
This module does nothing but act as a handle for the PPIx-Utilities distribution.
This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the "PPI" at the front of the module name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node.
None.
Please report any bugs or feature requests to
bug-ppix-utilities@rt.cpan.org, or through the web interface at
http://rt.cpan.org.
Elliot Shank <perl@galumph.com>
Copyright (c) 2009-2010, Elliot Shank.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.
| PPIx-Utilities documentation | Contained in the PPIx-Utilities distribution. |
package PPIx::Utilities; use 5.006001; use strict; use warnings; our $VERSION = '1.001000'; 1; __END__
############################################################################## # $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/distributions/PPIx-Utilities/lib/PPIx/Utilities.pm $ # $Date: 2010-12-01 20:31:47 -0600 (Wed, 01 Dec 2010) $ # $Author: clonezone $ # $Revision: 4001 $ ############################################################################## # Local Variables: # mode: cperl # cperl-indent-level: 4 # fill-column: 70 # indent-tabs-mode: nil # c-indentation-style: bsd # End: # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab :