1PPITESTER(1)          User Contributed Perl Documentation         PPITESTER(1)
2
3
4

NAME

6       PPI::Tester - A wxPerl-based interactive PPI debugger/tester
7

DESCRIPTION

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

TO DO

30       - The "Load file" toolbar button does not work yet
31
32       - There are no icons on the toolbar buttons
33
34       - An option is needed to save both the left and right panels into
35         a matching pair of files, compatible with the lexer testing script.
36

SUPPORT

38       To file a bug against this module, in a way you can keep track of, see
39       the CPAN bug tracking system.
40
41         http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PPI%3A%3ATester
42
43       For general comments, contact the author.
44

AUTHOR

46               Adam Kennedy ( maintainer )
47               cpan@ali.as
48               http://ali.as/
49

SEE ALSO

51       PPI::Manual, http://ali.as/CPAN/PPI
52
54       Copyright (c) 2004 Adam Kennedy. All rights reserved.  This program is
55       free software; you can redistribute it and/or modify it under the same
56       terms as Perl itself.
57
58       The full text of the license can be found in the LICENSE file included
59       with this module.
60
61
62
63perl v5.12.0                      2005-01-09                      PPITESTER(1)
Impressum