Skip Menu |

This queue is for tickets about the Plucene CPAN distribution.

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

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

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



Subject: use Encode::compat is commented out
use Encode::compat is commented out in Plucene::Store::InputStream and it is missing in Plucene::Store::OutputStream; however, since OutPutstream does use base 'Plucene::Store::InputStream'; # And why not, indeed all you have to do is use base 'Plucene::Store::InputStream'; # And why not, indeed before you use Encode qw(encode); so you don't have to add use Encode::compat;
From: coder [...] stray-toaster.co.uk
[guest - Thu Feb 12 12:53:04 2004]: Show quoted text
> use Encode::compat is commented out
Fixed in 1.05.
[guest - Fri Feb 13 09:29:56 2004]: Show quoted text
> [guest - Thu Feb 12 12:53:04 2004]: >
> > use Encode::compat is commented out
> > Fixed in 1.05.
you still need to fix Plucene::Store::OutputStream
[guest - Sat Feb 14 03:13:12 2004]: Show quoted text
> [guest - Fri Feb 13 09:29:56 2004]: >
> > [guest - Thu Feb 12 12:53:04 2004]: > >
> > > use Encode::compat is commented out
> > > > Fixed in 1.05.
> > you still need to fix Plucene::Store::OutputStream
Opps. Fixed in 1.06.