File: README

package info (click to toggle)
libppix-editortools-perl 0.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 2,295; xml: 201; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (3)
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
36
NAME
    PPIx::EditorTools - Utility methods and base class for manipulating Perl
    via PPI

SYNOPSIS
        See PPIx::EditorTools::*

DESCRIPTION
    Base class and utility methods for manipulating Perl via PPI. Pulled out
    from the "Padre::Task::PPI" code.

METHODS
    new()
        Constructor. Generally shouldn't be called with any arguments.

AUTHORS
    Gabor Szabo <gabor@szabgab.com>

  CONTRIBUTORS
    ADAMK

    AZAWAWI

    BOWTIE

    buff3r

    MGRIMES

    PATRICKAS

    SMUELLER

SEE ALSO
    "PPIx::EditorTools::*", Padre, App::EditorTools, Padre, and PPI.