The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
PPIx/XPath version 1.0.0
=========================

This module simply provides an XPath implementation for the PDOM using
Sam Tregar's nifty Class::XPath.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  PPI
  Class::XPath

COPYRIGHT AND LICENCE

Copyright (C) 2005 Dan Brook

This code is distributed under the same copyright terms as Perl itself.