LEGALESE

     Copyright (c) 1995 Ilya Zakharevich. All rights reserved.
     This program is free software; you can redistribute it and/or
     modify it under the same terms as Perl itself.

        You should have received a copy of the Perl license along with
        Perl; see the file README in Perl distribution.
 
        You should have received a copy of the GNU General Public License
        along with Perl; see the file Copying.  If not, write to
        the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

        You should have received a copy of the Artistic License
        along with Perl; see the file Artistic.

Author of this software makes no claim whatsoever about suitability, reliability, edability, editability or usability of this product, and should not be kept liable for any damage resulting from the use of it. If you can use it, you are in luck, if not, I should not be kept responsible. Keep a handy copy of your backup tape at hand.

WHAT

This module is intended for work with parse tries. Documentation is at the end of the .pm file.

INSTALL

To install this module type

        perl Makefile.PL
        make
        make test
                (Check whether you are satisfied with the result.)
        make install

AUTHOR BUGS

Ilya Zakharevich
ilya@math.ohio-state.edu

CHANGES

0.2: Test added.
0.21: POD was not properly NL-separated from __END__