RT for rt.cpan.org
Skip Menu
|
Bug #5309 for Plucene: you cannot hardcode DIRECTORY => "/tmp/testindex/$$";
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Thu Feb 12 13:17:20 2004
Guest - Ticket created
Subject:
you cannot hardcode DIRECTORY => "/tmp/testindex/$$";
use constant DIRECTORY => "/tmp/testindex/$$"; you should use either File::Temp::tempdir or File::Spec->tmpdir
Fri Feb 13 09:30:27 2004
Guest - Correspondence added
[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
Sat Feb 28 06:07:12 2004
mwk [...] straytoaster.co.uk - Status changed from 'new' to 'resolved'