Skip Menu |

This queue is for tickets about the Term-Pager CPAN distribution.

Report information
The Basics
Id: 80192
Status: new
Priority: 0/
Queue: Term-Pager

People
Owner: Nobody in particular
Requestors: DRAXIL [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails with <=1 line of text
perl -e' use Term::Pager; my $text = "a\n"; my $t = Term::Pager->new( rows => 25, cols => 80 ); $t->add_text( $text ); $t->more(); ' Illegal division by zero at /usr/local/share/perl/5.10.1/Term/Pager.pm line 204.