Skip Menu |

This queue is for tickets about the AI-Categorizer CPAN distribution.

Report information
The Basics
Id: 27479
Status: open
Priority: 0/
Queue: AI-Categorizer

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

Bug Information
Severity: Unimportant
Broken in: 0.09
Fixed in: (no value)



Subject: documentation of: AI::Categorizer::Category section "SYNOPSIS"
the first line: my $category = AI::Categorizer::Category->by_name("sports"); gave me some headache because it should read: my $category = AI::Categorizer::Category->by_name(name => "sports"); the methode description below is correct: "by_name(name => $string)" for some unknown reason, I looked first at the source before I thought about reading the documentation more carefuly. ;-)
From: KWILLIAMS [...] cpan.org
Fixed, thanks. -Ken
From: admc [...] math.bme.hu
As of writing this, it is still not fixed. Gave some headache for me, too. On Thu Jun 07 09:25:05 2007, KWILLIAMS wrote: Show quoted text
> Fixed, thanks. > > -Ken