Skip Menu |

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

Report information
The Basics
Id: 13725
Status: resolved
Priority: 0/
Queue: Text-Autoformat

People
Owner: DCONWAY [...] cpan.org
Requestors: ehs [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.12
Fixed in: v1.14.0



Subject: "\n" causes fatal exception
biblio:~ed$ perl -MText::Autoformat -e 'autoformat("\n");' Can't call method "signature" on an undefined value at /usr/local/lib/perl5/site_perl/5.8.7/Text/Autoformat.pm line 342.
Date: Sat, 16 Jul 2005 09:36:48 +1000
From: Damian Conway <damian [...] conway.org>
To: bug-Text-Autoformat [...] rt.cpan.org
Subject: Re: [cpan #13725] "\n" causes fatal exception
RT-Send-Cc:
Show quoted text
> This message about Text-Autoformat was sent to you by ESUMMERS <esummers@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=13725 > > > biblio:~ed$ perl -MText::Autoformat -e 'autoformat("\n");' > Can't call method "signature" on an undefined value at /usr/local/lib/perl5/site_perl/5.8.7/Text/Autoformat.pm line 342.
Patched for the next release. Autoformat now ignores any input that is pure whitespace. Thanks! Damian