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.