From c75741f37f83d9d9759cacc51922af1eee60e6eb Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 29 Aug 2016 16:07:12 +0100 Subject: fix example code, RT#116737 --- lib/PPIx/XPath.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3