1PPITESTER(1) User Contributed Perl Documentation PPITESTER(1)
2
3
4
6 ppitester - A wxPerl-based interactive PPI debugger/tester
7
9 This package implements a wxWindows desktop application which provides
10 the ability to interactively test the PPI perl parser.
11
12 The "PPI::Tester" module implements the application, but is itself of
13 no use to the user. The launcher for the application 'ppitester' is
14 installed with this module, and can be launched by simply typing the
15 following from the command line.
16
17 ppitester
18
19 When launched, the application consists of two vertical panels. The
20 left panel is where you should type in your code sample. As the left
21 hand panel is changed, a PPI::Lexer::Dump output is continuously
22 updated in the right hand panel.
23
24 There is a toolbar at the top of the application with two icon buttons,
25 currently without icons. The first toolbar button clears the panels,
26 the second is a placeholder for loading in code from a file, and is not
27 yet implemented. ( It's early days yet for this application ).
28
30 - There are no icons on the toolbar buttons
31
32 - An option is needed to save both the left and right panels into
33 a matching pair of files, compatible with the lexer testing script.
34
36 To file a bug against this module, in a way you can keep track of, see
37 the CPAN bug tracking system.
38
39 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PPI%3A%3ATester
40
41 For general comments, contact the author.
42
44 Adam Kennedy <adamk@cpan.org>
45
47 PPI::Manual, <http://ali.as/>
48
50 Copyright 2004 - 2006 Adam Kennedy.
51
52 This program is free software; you can redistribute it and/or modify it
53 under the same terms as Perl itself.
54
55 The full text of the license can be found in the LICENSE file included
56 with this module.
57
58
59
60perl v5.30.0 2019-07-26 PPITESTER(1)