From fed711ebd5b4c043f0a7a665a2e7f6024ea87b1d Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 28 Jun 2009 10:40:35 +0200 Subject: skeleton --- lib/PPIx/XPath.pm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/PPIx/XPath.pm (limited to 'lib') 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 original author + +Gianni Ceccarelli Tree::XPathEngine-based re-implementation + +=cut -- cgit v1.2.3