Skip Menu |

This queue is for tickets about the Template-Plugin-Lingua-Conjunction CPAN distribution.

Report information
The Basics
Id: 35639
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Template-Plugin-Lingua-Conjunction

People
Owner: brentdax [...] cpan.org
Requestors: ash [...] cpan
org
Cc:
AdminCc:

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



Subject: Redefined function warning
Subroutine conjunction redefined at /Users/ash/perl5/lib/perl5/Template/Plugin/Lingua/Conjunction.pm line 20. Appears in my logs alot. The solution is to change the use Lingua::Conjunction; line to be use Lingua::Conjunction qw(); so that conjunction isn't imported to get redefined.
From: brentdax [...] cpan.org
On Mon May 05 10:10:01 2008, ASH wrote: Show quoted text
> Subroutine conjunction redefined at > /Users/ash/perl5/lib/perl5/Template/Plugin/Lingua/Conjunction.pm line 20. > > Appears in my logs alot. > > The solution is to change the > > use Lingua::Conjunction; > > line to be > > use Lingua::Conjunction qw(); > > so that conjunction isn't imported to get redefined.
Fixed in Template::Plugin::Lingua::Conjunction 0.02, which should now be spreading through the CPAN mirrors. Thanks for your report!
Solved in Template::Plugin::Lingua::Conjunction 0.02, closing.