PPIx::Utilities - Extensions to L<PPI|PPI>.


PPIx-Utilities documentation Contained in the PPIx-Utilities distribution.

Index


Code Index:

NAME

Top

PPIx::Utilities - Extensions to PPI.

VERSION

Top

This document describes PPIx::Utilities version 1.1.0.

SYNOPSIS

Top

This module does nothing but act as a handle for the PPIx-Utilities distribution.

DESCRIPTION

Top

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.

INTERFACE

Top

None.

BUGS AND LIMITATIONS

Top

Please report any bugs or feature requests to bug-ppix-utilities@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

Top

Elliot Shank <perl@galumph.com>

COPYRIGHT

Top


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 :