Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Locale-Maketext-Lexicon CPAN distribution.

Report information
The Basics
Id: 66321
Status: resolved
Priority: 0/
Queue: Locale-Maketext-Lexicon

People
Owner: Nobody in particular
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

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



Subject: Bad SYNOPSIS in Locale::Maketext::Extract::Plugin::Base
SYNOPSIS of Locale::Maketext::Extract::Plugin::Base says: sub extract { my $self = shift; my $filename = shift; local $_ = shift; But it's incorrect signature. The method takes C<< $plugin->extract($file_content) >>
Thanks for reporting this. It'll be updated in the next release. Are you writing a plugin that could be included in the distro? Clint
Subject: Re: [rt.cpan.org #66321] Bad SYNOPSIS in Locale::Maketext::Extract::Plugin::Base
Date: Wed, 2 Mar 2011 21:34:46 +0900
To: bug-Locale-Maketext-Lexicon [...] rt.cpan.org
From: Tokuhiro Matsuno <tokuhirom [...] gmail.com>
Thanks. I wrote product specific silly plugin :P Regards, On Wed, Mar 2, 2011 at 9:32 PM, Clinton Gormley via RT <bug-Locale-Maketext-Lexicon@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=66321 > > > Thanks for reporting this. > > It'll be updated in the next release. > > Are you writing a plugin that could be included in the distro? > > Clint >
Synopsis fixed and 0.87 released