summaryrefslogtreecommitdiff
path: root/lib/PPIx/XPath.pm
blob: b91bbe12d256a558a2230fbc1adad67204283fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package PPIx::XPath; 
use strict;
use warnings;
use PPI;
use 5.006;
 
our $VERSION='2.01';
 
1;
__END__
 
=head1 NAME
 
PPIx::XPath - an XPath implementation for the PDOM
 
=head1 AUTHOR
 
Dan Brook <cpan@broquaint.com> original author
 
Gianni Ceccarelli <dakkar@thenautilus.net> Tree::XPathEngine-based re-implementation
 
=cut