Skip Menu |

This queue is for tickets about the CQL-Parser CPAN distribution.

Report information
The Basics
Id: 70052
Status: resolved
Priority: 0/
Queue: CQL-Parser

People
Owner: Nobody in particular
Requestors: bjwebb67 [...] googlemail.com
Cc:
AdminCc:

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



Subject: Manpage Spelling Mistake
A small spelling mistake in the manpage picked up during debian packaging.
Subject: manpage_spelling.patch
Description: spelling fixes Origin: vendor Forwarded: no Author: Ben Webb <bjwebb67@googlemail.com> Last-Update: 2011-08-03 --- a/lib/CQL/Token.pm +++ b/lib/CQL/Token.pm @@ -157,7 +157,7 @@ =head2 getType() -Returns the token type which will be availble as one of the constants +Returns the token type which will be available as one of the constants that CQL::Token exports. See internals for a list of available constants. =cut
Fixed in git: https://github.com/edsu/cql- parser/commit/d53aaed87be3a41ab949b0ded5a672c2b1af3862 Thanks.