Skip Menu |

This queue is for tickets about the Plucene CPAN distribution.

Report information
The Basics
Id: 5309
Status: resolved
Priority: 0/
Queue: Plucene

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: you cannot hardcode DIRECTORY => "/tmp/testindex/$$";
use constant DIRECTORY => "/tmp/testindex/$$"; you should use either File::Temp::tempdir or File::Spec->tmpdir
[guest - Thu Feb 12 13:17:20 2004]: Show quoted text
> use constant DIRECTORY => "/tmp/testindex/$$"; > you should use either > File::Temp::tempdir > or > File::Spec->tmpdir
Fixed in 1.05