Skip Menu |

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

Report information
The Basics
Id: 70345
Status: open
Priority: 0/
Queue: Chess-PGN-EPD

People
Owner: Nobody in particular
Requestors: olivier.demarchi [...] free.fr
Cc:
AdminCc:

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



Subject: Couldn't open db/ECO.stor
Date: Thu, 18 Aug 2011 18:36:02 +0200 (CEST)
To: bug-Chess-PGN-EPD [...] rt.cpan.org
From: olivier.demarchi [...] free.fr
Hi With Chess-PGN-EPD-0.30, if I run a perl program on linux with just this line : use Chess::PGN::EPD; , I have the following error: Couldn't open db/ECO.stor But the file exists. ls /usr/local/share/perl/5.10.1/Chess/PGN/db ECO.stor NIC.stor Opening.stor any idea ? perl version This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi Olivier
From: jjhh
Show quoted text
> With Chess-PGN-EPD-0.30, if I run a perl program on linux with just > this line : use Chess::PGN::EPD; > , I have the following error: > Couldn't open db/ECO.stor > > But the file exists. > ls /usr/local/share/perl/5.10.1/Chess/PGN/db > ECO.stor NIC.stor Opening.stor
I think it is looking for db in the folder where your script is running instead of looking where the module is installed.