Subject: | unitialized string warning |
When L::E::Phoneme gets a word not in its dictionary, it issues 'Use of
uninitialized value in split at lib/Lingua/EN/Phoneme.pm line 31.' Adding
a simple
return '' unless exists $self->{uc $latin};
on line 30 would muffle this error and still return a false result.