The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
1.13 - Thu Mar 25 2004
	* Add Encode::compat to the prereqs

1.12 - Tue Mar 23 2004
	* Put back Encode::compat

1.11 - Tue Mar 23 2004
	* More speed up patches (thanks to Marty Pauley and Tony Bowden)

1.10 - Thu Mar 18 2004
	* Include the test left out for the bug in 1.08

1.09 - Wed Mar 17 2004
	* Now allows documents of id 0 to be deleted correctly! (Thanks to Steve Rushe for pointing this out)

1.08 - Wed Mar 17 2004
	* Some speed ups in InputStream (thanks to Marty Pauley)

1.07 - Web Feb 18 2004
	* Allowed the changing of mergefactor

1.06 - Tue Feb 17 2004
	* Checked $] in Build.pl to decide if to use Encode::compat
	* Added create_makefile_pl => 'traditional' to Build.PL
	* moved from dist_name to module_name to stop warning when running Makefile.PL

1.05 - Fri Feb 13 2004
	* Remove commented out line in Plucene::Store::InputStream
	* Removed hardcoded /tmp index directories, moved to File::Temp
	* Removed system() calls from tests

1.04 - Fri Feb 06 2004
	* Doc change to clarify what optimize() does to a writer
	* Removed tell call from Plucene::Store::InputStream::read_byte

1.03 - Thu Feb 05 2004

	* Added in use of Enocde::compat to ensure works with < 5.7
		(thanks to Simon Cozens)
	* Added Plucene::Index::IndexSearcher::close()

1.02 - Wed Feb 04 2004

	* Speed up sort (thanks to Tony Bowden)
	* Move from Class::Accessor to Class::Accessor::Fast (thank to Tony again)
	* StandardAnalyzer should be a subclass of Analyzer!
	* StandardTokenizer now tokenizes correctly
	* IndexSearcher should call TopDocs with a hashref and named keys if no scorer.

1.01 - Tue Feb 03 2004

	* Doc fixes to Plucene.pm, bin/dump_index and README
	* Remove Lucene::QueryParser from the tests
	* Added this Changes file.

1.0 - Mon Feb 02 2004

	* Initial release to CPAN