File: README

package info (click to toggle)
libppix-utilities-perl 1.001000-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 11
  • sloc: perl: 1,288; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,077 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
NAME
    PPIx::Utilities - Extensions to PPI.

VERSION
    This document describes PPIx::Utilities version 1.1.0.

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

DESCRIPTION
    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
    None.

BUGS AND LIMITATIONS
    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
    Elliot Shank "<perl@galumph.com>"

COPYRIGHT
    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.