Subject: | [Patch] POD nit |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/YAX/Query.pm b/lib/YAX/Query.pm
index 3ccd3de..968e875 100644
--- a/lib/YAX/Query.pm
+++ b/lib/YAX/Query.pm
@@ -284,7 +284,7 @@ a literal `.' (dot). Each successive token represents an operation on
the resulting set of the application of the previous token's operation.
In the initial state, the set of nodes contains only the context node
-passed to the constructor: C<YAX::Query->new( $node )>.
+passed to the constructor: C<< YAX::Query->new( $node ) >>.
Filters are enclosed in `(' and `)', and generally contain Perl
expressions with the exception that tokens of the form /\@(\w+)/ are