diff options
author | dakkar <dakkar@thenautilus.net> | 2016-08-29 16:07:12 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2016-08-29 16:07:12 +0100 |
commit | c75741f37f83d9d9759cacc51922af1eee60e6eb (patch) | |
tree | 9730557dbf542097b1379aa45be57bfccee77784 /lib/PPIx | |
parent | better .gitignore (diff) | |
download | PPIx-XPath-c75741f37f83d9d9759cacc51922af1eee60e6eb.tar.gz PPIx-XPath-c75741f37f83d9d9759cacc51922af1eee60e6eb.tar.bz2 PPIx-XPath-c75741f37f83d9d9759cacc51922af1eee60e6eb.zip |
fix example code, RT#116737
Diffstat (limited to 'lib/PPIx')
-rw-r--r-- | lib/PPIx/XPath.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PPIx/XPath.pm b/lib/PPIx/XPath.pm index 586236c..0873b07 100644 --- a/lib/PPIx/XPath.pm +++ b/lib/PPIx/XPath.pm @@ -390,7 +390,7 @@ PPIx::XPath - an XPath implementation for the PDOM =head1 SYNOPSIS use PPI; - use PPI::XPath; + use PPIx::XPath; use Tree::XPathEngine; my $pdom = PPI::Document->new('some_code.pl'); |