Skip Menu |

This queue is for tickets about the Acme-Scurvy-Whoreson-BilgeRat CPAN distribution.

Report information
The Basics
Id: 39621
Status: resolved
Worked: 1 min
Priority: 0/
Queue: Acme-Scurvy-Whoreson-BilgeRat

People
Owner: dcantrell [...] cpan.org
Requestors: Ben.Livengood [...] bannerhealth.com
Cc:
AdminCc:

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



Subject: BUG: Usage example in Synopsis on CPAN has case mismatch (BilgeRat vs. Bilgerat)
Date: Thu, 25 Sep 2008 15:20:00 -0800
To: <bug-Acme-Scurvy-Whoreson-BilgeRat [...] rt.cpan.org>
From: "Livengood, Ben" <Ben.Livengood [...] bannerhealth.com>
http://search.cpan.org/~dcantrell/Acme-Scurvy-Whoreson-BilgeRat-1.0/lib/ Acme/Scurvy/Whoreson/BilgeRat.pm has a case mismatch in the BilgeRat example here: my $insultgenerator = Acme::Scurvy::Whoreson::Bilgerat->new( language => 'pirate' ); Which should be: my $insultgenerator = Acme::Scurvy::Whoreson::BilgeRat->new( language => 'pirate' ); Thanks, Ben Livengood
Already fixed in CVS, and will be in the next release if there ever is one.