• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/PPIx/H24-Dec-2017-2,140819

script/H24-Dec-2017-8352

t/H24-Dec-2017-1,9911,573

xt/release/H24-Dec-2017-1510

CONTRIBUTORSH A D24-Dec-2017383 1711

ChangesH A D24-Dec-20172.9 KiB9874

INSTALLH A D24-Dec-2017981 4424

LICENSEH A D24-Dec-201718.1 KiB380292

MANIFESTH A D24-Dec-20171.1 KiB5150

META.jsonH A D24-Dec-20173.9 KiB131129

META.ymlH A D24-Dec-20172.5 KiB8584

Makefile.PLH A D24-Dec-20171.9 KiB8170

READMEH A D24-Dec-2017585 3723

README.mkdnH A D24-Dec-20171.1 KiB4426

SIGNATUREH A D24-Dec-20174 KiB7265

cpanfileH A D24-Dec-2017877 3732

doap.xmlH A D24-Dec-20177.1 KiB202201

README

1NAME
2    PPIx::EditorTools - Utility methods and base class for manipulating Perl
3    via PPI
4
5SYNOPSIS
6        See PPIx::EditorTools::*
7
8DESCRIPTION
9    Base class and utility methods for manipulating Perl via PPI. Pulled out
10    from the "Padre::Task::PPI" code.
11
12METHODS
13    new()
14        Constructor. Generally shouldn't be called with any arguments.
15
16AUTHORS
17    Gabor Szabo <gabor@szabgab.com>
18
19  CONTRIBUTORS
20    ADAMK
21
22    AZAWAWI
23
24    BOWTIE
25
26    buff3r
27
28    MGRIMES
29
30    PATRICKAS
31
32    SMUELLER
33
34SEE ALSO
35    "PPIx::EditorTools::*", Padre, App::EditorTools, Padre, and PPI.
36
37

README.mkdn

1# NAME
2
3PPIx::EditorTools - Utility methods and base class for manipulating Perl via PPI
4
5# VERSION
6
7version 0.21
8
9# SYNOPSIS
10
11```
12See PPIx::EditorTools::*
13```
14
15# DESCRIPTION
16
17Base class and utility methods for manipulating Perl via PPI. Pulled out from
18the `Padre::Task::PPI` code.
19
20# METHODS
21
22- new()
23
24    Constructor. Generally shouldn't be called with any arguments.
25
26# SEE ALSO
27
28`PPIx::EditorTools::*`, [Padre](https://metacpan.org/pod/Padre), [App::EditorTools](https://metacpan.org/pod/App::EditorTools), [Padre](https://metacpan.org/pod/Padre), and [PPI](https://metacpan.org/pod/PPI).
29
30# AUTHORS
31
32- Steffen Mueller `smueller@cpan.org`
33- Mark Grimes `mgrimes@cpan.org`
34- Ahmad M. Zawawi <ahmad.zawawi@gmail.com>
35- Gabor Szabo  <gabor@szabgab.com>
36- Yanick Champoux <yanick@cpan.org> [![endorse](http://api.coderwall.com/yanick/endorsecount.png)](http://coderwall.com/yanick)
37
38# COPYRIGHT AND LICENSE
39
40This software is copyright (c) 2017, 2014, 2012 by The Padre development team as listed in Padre.pm..
41
42This is free software; you can redistribute it and/or modify it under
43the same terms as the Perl 5 programming language system itself.
44