Skip Menu |

This queue is for tickets about the YAX CPAN distribution.

Report information
The Basics
Id: 52001
Status: new
Priority: 0/
Queue: YAX

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



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