Thu Jul 09 17:08:54 2009user42 [...] zip.com.au - Ticket created
Subject:
pig() infinite loop if no vowels in word
Date:
Fri, 10 Jul 2009 07:07:31 +1000
To:
bug-Text-Bastardize [...] rt.cpan.org
From:
Kevin Ryde <user42 [...] zip.com.au>
With Text::Bastardize 0.08 and a recent debian i386 perl 5.10, a little
program
use strict;
use warnings;
use Text::Bastardize;
my $bastardizer = Text::Bastardize->new;
$bastardizer->charge ('number 10');
print $bastardizer->pig,"\n";
goes into a seemingly infinite loop, apparently trying to make the word
"10" start with a vowel.