The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
PPI::XS::Tokenizer
==================

This module is a C++ port for the PPI tokenizer
aimed for speeding up the whole package.
See the PPI::XS::Tokenizer.pm for usage details


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

PPI, ExtUtils::XSpp

COPYRIGHT AND LICENCE

Copyright (C) 2010 by Shmuel Fomberg

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.