diff options
Diffstat (limited to 'lib/PPIx/XPath.pm')
-rw-r--r-- | lib/PPIx/XPath.pm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/PPIx/XPath.pm b/lib/PPIx/XPath.pm new file mode 100644 index 0000000..b91bbe1 --- /dev/null +++ b/lib/PPIx/XPath.pm @@ -0,0 +1,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 |