Skip Menu |

This queue is for tickets about the Text-Bastardize CPAN distribution.

Report information
The Basics
Id: 47757
Status: new
Priority: 0/
Queue: Text-Bastardize

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



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.