PPI-Tester

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    PPI::Tester - A wxPerl-based interactive PPI debugger/tester

DESCRIPTION
    This package implements a wxWindows desktop application which provides
    the ability to interactively test the PPI perl parser.

    The "PPI::Tester" module implements the application, but is itself of no
    use to the user. The launcher for the application 'ppitester' is
    installed with this module, and can be launched by simply typing the
    following from the command line.

      ppitester

    When launched, the application consists of two vertical panels. The left

lib/PPI/Tester.pm  view on Meta::CPAN

1;

=pod

=head1 NAME

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

=head1 DESCRIPTION

This package implements a wxWindows desktop application which provides the
ability to interactively test the PPI perl parser.

The C<PPI::Tester> module implements the application, but is itself of no
use to the user. The launcher for the application 'ppitester' is installed
with this module, and can be launched by simply typing the following from
the command line.

  ppitester

When launched, the application consists of two vertical panels. The left

script/ppitester  view on Meta::CPAN

#!/usr/bin/perl

# Launch script for a Wx-based desktop application to help
# test and debug PPI.

use 5.006;
use strict;

use vars qw{$VERSION};
BEGIN {
	$VERSION = '0.15';
}

script/ppitester  view on Meta::CPAN

__END__

=pod

=head1 NAME

ppitester - A wxPerl-based interactive PPI debugger/tester

=head1 DESCRIPTION

This package implements a wxWindows desktop application which provides the
ability to interactively test the PPI perl parser.

The C<PPI::Tester> module implements the application, but is itself of no
use to the user. The launcher for the application 'ppitester' is installed
with this module, and can be launched by simply typing the following from
the command line.

  ppitester

When launched, the application consists of two vertical panels. The left



( run in 0.417 second using v1.01-cache-2.11-cpan-299005ec8e3 )