The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Wx::Perl::TreeChecker - Tree Control with checkbox functionality

Copyright (c) 2003 Simon Flack

See the COPYRIGHT section in Wx/Perl/TreeChecker.pm for usage and distribution
rights

QUICK START:

Wx::Perl::TreeChecker requires wxPerl. See the 'Wx' package on the CPAN or
http://wxperl.sourceforge.net for more information.

Install Wx::Perl TreeChecker by unpacking the tarball and running the following
commands in the source directory:

    perl Makefile.PL
    make
    make test
    make install
    Then delete the source directory tree since it's no longer needed.

    run 'perldoc Wx::Perl::TreeChecker' to read the full documentation.