Skip Menu |

This queue is for tickets about the KinoSearch CPAN distribution.

Report information
The Basics
Id: 62633
Status: new
Priority: 0/
Queue: KinoSearch

People
Owner: CREAMYG [...] cpan.org
Requestors: jmac [...] jmac.org
Cc:
AdminCc:

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



Subject: Errors in the tutorial docs
There seems to be a few errors in the tutorial: • In KinoSearch::Docs::Tutorial::FieldType, "my $url_type = KinoSearch::Plan::StringType( indexed => 0 );" should probably read "my $url_type = KinoSearch::Plan::StringType->new( indexed => 0 );" • In KinoSearch::Docs::Tutorial::BeyondSimple, the invocation of "slurp_and_parse_file" should presumably instead invoke "parse_file" • In KinoSearch::Docs::Tutorial::QueryObjects, the generate_category_select() subroutine is defined but never invoked.