Skip Menu |

This queue is for tickets about the Chess-Pgn CPAN distribution.

Report information
The Basics
Id: 54198
Status: new
Priority: 0/
Queue: Chess-Pgn

People
Owner: Nobody in particular
Requestors: degatcpan [...] ntlworld.com
Cc:
AdminCc:

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



Subject: Infinite loop in readgame if file empty
Infinite loop in readgame if file empty. Steps to reproduce :- 1. Create empty file 'test.pgn' 2. Run the following perl script: use Chess::Pgn; my $p = new Chess::Pgn('test.pgn') or die "test.pgn not found\n"; while ( $p->ReadGame ) { # do something }