You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/03/04 15:20:35 UTC

[2/3] lucy git commit: Updating version number for release 0.5.0

Updating version number for release 0.5.0


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/5d09b9a6
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/5d09b9a6
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/5d09b9a6

Branch: refs/heads/master
Commit: 5d09b9a6b248e53577488c6bfca717eb76861ab2
Parents: 614b68f
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Fri Mar 4 14:37:21 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Fri Mar 4 14:37:21 2016 +0100

----------------------------------------------------------------------
 c/install.sh                                    |  4 +-
 common/charmonizer.c                            |  6 +--
 common/charmonizer.main                         |  6 +--
 core/Lucy.cfp                                   |  4 +-
 core/TestLucy.cfp                               |  6 +--
 perl/Build.PL                                   | 12 ++---
 perl/buildlib/Lucy/Build.pm                     |  2 +-
 perl/buildlib/Lucy/Build/Binding/Analysis.pm    |  2 +-
 perl/buildlib/Lucy/Build/Binding/Document.pm    |  2 +-
 perl/buildlib/Lucy/Build/Binding/Highlight.pm   |  2 +-
 perl/buildlib/Lucy/Build/Binding/Index.pm       |  2 +-
 perl/buildlib/Lucy/Build/Binding/Misc.pm        |  2 +-
 perl/buildlib/Lucy/Build/Binding/Object.pm      |  2 +-
 perl/buildlib/Lucy/Build/Binding/Plan.pm        |  2 +-
 perl/buildlib/Lucy/Build/Binding/Search.pm      |  2 +-
 perl/buildlib/Lucy/Build/Binding/Store.pm       |  2 +-
 perl/buildlib/Lucy/Build/Binding/Util.pm        |  2 +-
 perl/buildlib/Lucy/Redacted.pm                  |  2 +-
 perl/buildlib/Lucy/Test/TestUtils.pm            |  2 +-
 perl/buildlib/LucyX/Build/Binding/Search.pm     |  2 +-
 perl/lib/Lucy.pm                                | 48 ++++++++++----------
 perl/lib/Lucy.pod                               |  2 +-
 perl/lib/Lucy/Analysis/Analyzer.pm              |  2 +-
 perl/lib/Lucy/Analysis/CaseFolder.pm            |  2 +-
 perl/lib/Lucy/Analysis/EasyAnalyzer.pm          |  2 +-
 perl/lib/Lucy/Analysis/Inversion.pm             |  2 +-
 perl/lib/Lucy/Analysis/Normalizer.pm            |  2 +-
 perl/lib/Lucy/Analysis/PolyAnalyzer.pm          |  2 +-
 perl/lib/Lucy/Analysis/RegexTokenizer.pm        |  2 +-
 perl/lib/Lucy/Analysis/SnowballStemmer.pm       |  2 +-
 perl/lib/Lucy/Analysis/SnowballStopFilter.pm    |  2 +-
 perl/lib/Lucy/Analysis/StandardTokenizer.pm     |  2 +-
 perl/lib/Lucy/Analysis/Token.pm                 |  2 +-
 perl/lib/Lucy/Document/Doc.pm                   |  2 +-
 perl/lib/Lucy/Document/HitDoc.pm                |  2 +-
 perl/lib/Lucy/Highlight/HeatMap.pm              |  2 +-
 perl/lib/Lucy/Highlight/Highlighter.pm          |  2 +-
 perl/lib/Lucy/Index/BackgroundMerger.pm         |  2 +-
 perl/lib/Lucy/Index/DataReader.pm               |  2 +-
 perl/lib/Lucy/Index/DataWriter.pm               |  2 +-
 perl/lib/Lucy/Index/DeletionsReader.pm          |  2 +-
 perl/lib/Lucy/Index/DeletionsWriter.pm          |  2 +-
 perl/lib/Lucy/Index/DocReader.pm                |  2 +-
 perl/lib/Lucy/Index/DocVector.pm                |  2 +-
 perl/lib/Lucy/Index/DocWriter.pm                |  2 +-
 perl/lib/Lucy/Index/FilePurger.pm               |  2 +-
 perl/lib/Lucy/Index/HighlightReader.pm          |  2 +-
 perl/lib/Lucy/Index/HighlightWriter.pm          |  2 +-
 perl/lib/Lucy/Index/IndexManager.pm             |  2 +-
 perl/lib/Lucy/Index/IndexReader.pm              |  2 +-
 perl/lib/Lucy/Index/Indexer.pm                  |  2 +-
 perl/lib/Lucy/Index/Inverter.pm                 |  2 +-
 perl/lib/Lucy/Index/Lexicon.pm                  |  2 +-
 perl/lib/Lucy/Index/LexiconReader.pm            |  2 +-
 perl/lib/Lucy/Index/LexiconWriter.pm            |  2 +-
 perl/lib/Lucy/Index/PolyLexicon.pm              |  2 +-
 perl/lib/Lucy/Index/PolyReader.pm               |  2 +-
 perl/lib/Lucy/Index/Posting.pm                  |  2 +-
 perl/lib/Lucy/Index/Posting/MatchPosting.pm     |  2 +-
 perl/lib/Lucy/Index/Posting/RichPosting.pm      |  2 +-
 perl/lib/Lucy/Index/Posting/ScorePosting.pm     |  2 +-
 perl/lib/Lucy/Index/PostingList.pm              |  2 +-
 perl/lib/Lucy/Index/PostingListReader.pm        |  2 +-
 perl/lib/Lucy/Index/PostingListWriter.pm        |  2 +-
 perl/lib/Lucy/Index/SegLexicon.pm               |  2 +-
 perl/lib/Lucy/Index/SegPostingList.pm           |  2 +-
 perl/lib/Lucy/Index/SegReader.pm                |  2 +-
 perl/lib/Lucy/Index/SegWriter.pm                |  2 +-
 perl/lib/Lucy/Index/Segment.pm                  |  2 +-
 perl/lib/Lucy/Index/Similarity.pm               |  2 +-
 perl/lib/Lucy/Index/Snapshot.pm                 |  2 +-
 perl/lib/Lucy/Index/SortCache.pm                |  2 +-
 perl/lib/Lucy/Index/SortReader.pm               |  2 +-
 perl/lib/Lucy/Index/SortWriter.pm               |  2 +-
 perl/lib/Lucy/Index/TermInfo.pm                 |  2 +-
 perl/lib/Lucy/Index/TermVector.pm               |  2 +-
 perl/lib/Lucy/Object/BitVector.pm               |  2 +-
 perl/lib/Lucy/Object/I32Array.pm                |  2 +-
 perl/lib/Lucy/Object/Obj.pm                     |  2 +-
 perl/lib/Lucy/Plan/Architecture.pm              |  2 +-
 perl/lib/Lucy/Plan/BlobType.pm                  |  2 +-
 perl/lib/Lucy/Plan/FieldType.pm                 |  2 +-
 perl/lib/Lucy/Plan/Float32Type.pm               |  2 +-
 perl/lib/Lucy/Plan/Float64Type.pm               |  2 +-
 perl/lib/Lucy/Plan/FullTextType.pm              |  2 +-
 perl/lib/Lucy/Plan/Int32Type.pm                 |  2 +-
 perl/lib/Lucy/Plan/Int64Type.pm                 |  2 +-
 perl/lib/Lucy/Plan/Schema.pm                    |  2 +-
 perl/lib/Lucy/Plan/StringType.pm                |  2 +-
 perl/lib/Lucy/Search/ANDMatcher.pm              |  2 +-
 perl/lib/Lucy/Search/ANDQuery.pm                |  2 +-
 perl/lib/Lucy/Search/BitVecMatcher.pm           |  2 +-
 perl/lib/Lucy/Search/Collector.pm               |  2 +-
 perl/lib/Lucy/Search/Collector/BitCollector.pm  |  2 +-
 perl/lib/Lucy/Search/Collector/SortCollector.pm |  2 +-
 perl/lib/Lucy/Search/Compiler.pm                |  2 +-
 perl/lib/Lucy/Search/HitQueue.pm                |  2 +-
 perl/lib/Lucy/Search/Hits.pm                    |  2 +-
 perl/lib/Lucy/Search/IndexSearcher.pm           |  2 +-
 perl/lib/Lucy/Search/LeafQuery.pm               |  2 +-
 perl/lib/Lucy/Search/MatchAllQuery.pm           |  2 +-
 perl/lib/Lucy/Search/MatchDoc.pm                |  2 +-
 perl/lib/Lucy/Search/Matcher.pm                 |  2 +-
 perl/lib/Lucy/Search/NOTMatcher.pm              |  2 +-
 perl/lib/Lucy/Search/NOTQuery.pm                |  2 +-
 perl/lib/Lucy/Search/NoMatchQuery.pm            |  2 +-
 perl/lib/Lucy/Search/ORQuery.pm                 |  2 +-
 perl/lib/Lucy/Search/ORScorer.pm                |  2 +-
 perl/lib/Lucy/Search/PhraseQuery.pm             |  2 +-
 perl/lib/Lucy/Search/PolyCompiler.pm            |  2 +-
 perl/lib/Lucy/Search/PolyQuery.pm               |  2 +-
 perl/lib/Lucy/Search/PolySearcher.pm            |  2 +-
 perl/lib/Lucy/Search/Query.pm                   |  2 +-
 perl/lib/Lucy/Search/QueryParser.pm             |  2 +-
 perl/lib/Lucy/Search/RangeQuery.pm              |  2 +-
 perl/lib/Lucy/Search/RequiredOptionalMatcher.pm |  2 +-
 perl/lib/Lucy/Search/RequiredOptionalQuery.pm   |  2 +-
 perl/lib/Lucy/Search/Searcher.pm                |  2 +-
 perl/lib/Lucy/Search/SortRule.pm                |  2 +-
 perl/lib/Lucy/Search/SortSpec.pm                |  2 +-
 perl/lib/Lucy/Search/Span.pm                    |  2 +-
 perl/lib/Lucy/Search/TermQuery.pm               |  2 +-
 perl/lib/Lucy/Search/TopDocs.pm                 |  2 +-
 perl/lib/Lucy/Simple.pm                         |  2 +-
 perl/lib/Lucy/Store/FSFileHandle.pm             |  2 +-
 perl/lib/Lucy/Store/FSFolder.pm                 |  2 +-
 perl/lib/Lucy/Store/FileHandle.pm               |  2 +-
 perl/lib/Lucy/Store/Folder.pm                   |  2 +-
 perl/lib/Lucy/Store/InStream.pm                 |  2 +-
 perl/lib/Lucy/Store/Lock.pm                     |  2 +-
 perl/lib/Lucy/Store/LockErr.pm                  |  2 +-
 perl/lib/Lucy/Store/LockFactory.pm              |  2 +-
 perl/lib/Lucy/Store/OutStream.pm                |  2 +-
 perl/lib/Lucy/Store/RAMFile.pm                  |  2 +-
 perl/lib/Lucy/Store/RAMFileHandle.pm            |  2 +-
 perl/lib/Lucy/Store/RAMFolder.pm                |  2 +-
 perl/lib/Lucy/Test.pm                           |  2 +-
 perl/lib/Lucy/Util/Debug.pm                     |  2 +-
 perl/lib/Lucy/Util/IndexFileNames.pm            |  2 +-
 perl/lib/Lucy/Util/Json.pm                      |  2 +-
 perl/lib/Lucy/Util/MemoryPool.pm                |  2 +-
 perl/lib/Lucy/Util/PriorityQueue.pm             |  2 +-
 perl/lib/Lucy/Util/SortExternal.pm              |  2 +-
 perl/lib/Lucy/Util/Stepper.pm                   |  2 +-
 perl/lib/LucyX/Index/ByteBufDocReader.pm        |  2 +-
 perl/lib/LucyX/Index/ByteBufDocWriter.pm        |  2 +-
 perl/lib/LucyX/Index/LongFieldSim.pm            |  2 +-
 perl/lib/LucyX/Index/ZlibDocReader.pm           |  2 +-
 perl/lib/LucyX/Index/ZlibDocWriter.pm           |  2 +-
 perl/lib/LucyX/Remote/ClusterSearcher.pm        |  2 +-
 perl/lib/LucyX/Remote/SearchClient.pm           |  2 +-
 perl/lib/LucyX/Remote/SearchServer.pm           |  2 +-
 perl/lib/LucyX/Search/Filter.pm                 |  6 +--
 perl/lib/LucyX/Search/MockMatcher.pm            |  2 +-
 perl/lib/LucyX/Search/ProximityQuery.pm         |  2 +-
 perl/sample/FlatQueryParser.pm                  |  2 +-
 perl/sample/PrefixQuery.pm                      |  2 +-
 ruby/apache_lucy.gemspec                        |  2 +-
 ruby/lib/apache_lucy.rb                         |  2 +-
 159 files changed, 197 insertions(+), 197 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/c/install.sh
----------------------------------------------------------------------
diff --git a/c/install.sh b/c/install.sh
index 44f5345..814ac52 100755
--- a/c/install.sh
+++ b/c/install.sh
@@ -17,8 +17,8 @@
 
 set -e
 
-version=0.4.0
-major_version=0.4
+version=0.5.0
+major_version=0.5
 
 usage()
 {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/common/charmonizer.c b/common/charmonizer.c
index e3e0da4..1f24a88 100644
--- a/common/charmonizer.c
+++ b/common/charmonizer.c
@@ -7970,8 +7970,8 @@ typedef struct SourceFileContext {
     chaz_MakeVar *var;
 } SourceFileContext;
 
-static const char lucy_version[]        = "0.4.0";
-static const char lucy_major_version[]  = "0.4";
+static const char lucy_version[]        = "0.5.0";
+static const char lucy_major_version[]  = "0.5";
 
 static void
 S_add_compiler_flags(struct chaz_CLI *cli);
@@ -8206,7 +8206,7 @@ lucy_MakeFile_new(chaz_CLI *cli) {
         self->cfish_lib_dir = NULL;
     }
     if (strcmp(chaz_OS_shared_lib_ext(), ".dll") == 0) {
-        self->cfish_lib_name = "cfish-0.4";
+        self->cfish_lib_name = "cfish-0.5";
     }
     else {
         self->cfish_lib_name = "cfish";

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/common/charmonizer.main
----------------------------------------------------------------------
diff --git a/common/charmonizer.main b/common/charmonizer.main
index ac949fd..0dd6c1d 100644
--- a/common/charmonizer.main
+++ b/common/charmonizer.main
@@ -75,8 +75,8 @@ typedef struct SourceFileContext {
     chaz_MakeVar *var;
 } SourceFileContext;
 
-static const char lucy_version[]        = "0.4.0";
-static const char lucy_major_version[]  = "0.4";
+static const char lucy_version[]        = "0.5.0";
+static const char lucy_major_version[]  = "0.5";
 
 static void
 S_add_compiler_flags(struct chaz_CLI *cli);
@@ -311,7 +311,7 @@ lucy_MakeFile_new(chaz_CLI *cli) {
         self->cfish_lib_dir = NULL;
     }
     if (strcmp(chaz_OS_shared_lib_ext(), ".dll") == 0) {
-        self->cfish_lib_name = "cfish-0.4";
+        self->cfish_lib_name = "cfish-0.5";
     }
     else {
         self->cfish_lib_name = "cfish";

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/core/Lucy.cfp
----------------------------------------------------------------------
diff --git a/core/Lucy.cfp b/core/Lucy.cfp
index adbaa70..f5589a0 100644
--- a/core/Lucy.cfp
+++ b/core/Lucy.cfp
@@ -1,7 +1,7 @@
 {
     "name": "Lucy",
-    "version": "v0.4.0",
+    "version": "v0.5.0",
     "prerequisites": {
-        "Clownfish": "v0.4.0"
+        "Clownfish": "v0.5.0"
     }
 }

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/core/TestLucy.cfp
----------------------------------------------------------------------
diff --git a/core/TestLucy.cfp b/core/TestLucy.cfp
index be89221..a3aef6e 100644
--- a/core/TestLucy.cfp
+++ b/core/TestLucy.cfp
@@ -1,8 +1,8 @@
 {
     "name": "TestLucy",
-    "version": "v0.4.0",
+    "version": "v0.5.0",
     "prerequisites": {
-        "Clownfish": "v0.4.0",
-        "Lucy": "v0.4.0"
+        "Clownfish": "v0.5.0",
+        "Lucy": "v0.5.0"
     }
 }

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index 48ea632..4f1dba4 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -39,23 +39,23 @@ my $builder = Lucy::Build->new(
     license     => 'apache',
     dist_author =>
         'The Apache Lucy Project <dev at lucy dot apache dot org>',
-    dist_version       => '0.4.0',
+    dist_version       => '0.5.0',
     requires           => {
         'perl'      => '5.8.3',
-        'Clownfish' => 0.004000,
+        'Clownfish' => 0.005000,
     },
     configure_requires => {
         'Module::Build'               => 0.280801,
-        'Clownfish'                   => 0.004000,
-        'Clownfish::CFC::Perl::Build' => 0.004000,
+        'Clownfish'                   => 0.005000,
+        'Clownfish::CFC::Perl::Build' => 0.005000,
     },
     build_requires     => {
         'Module::Build'      => 0.280801,
         'ExtUtils::CBuilder' => 0.21,
         'ExtUtils::ParseXS'  => 2.18,
         'Devel::PPPort'      => 3.14,
-        'Clownfish'          => 0.004000,
-        'Clownfish::CFC'     => 0.004000,
+        'Clownfish'          => 0.005000,
+        'Clownfish::CFC'     => 0.005000,
     },
     meta_merge => { keywords => [qw( search lucy lucene )], },
     meta_add   => {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build.pm b/perl/buildlib/Lucy/Build.pm
index d727830..575f6a9 100644
--- a/perl/buildlib/Lucy/Build.pm
+++ b/perl/buildlib/Lucy/Build.pm
@@ -22,7 +22,7 @@ use base qw(
     Clownfish::CFC::Perl::Build::Charmonic
 );
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 use File::Spec::Functions qw( catdir catfile rel2abs );

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Analysis.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Analysis.pm b/perl/buildlib/Lucy/Build/Binding/Analysis.pm
index a17ea38..ff2e3f2 100644
--- a/perl/buildlib/Lucy/Build/Binding/Analysis.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Analysis.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Analysis;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Document.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Document.pm b/perl/buildlib/Lucy/Build/Binding/Document.pm
index f40c190..e3e525b 100644
--- a/perl/buildlib/Lucy/Build/Binding/Document.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Document.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Document;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Highlight.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Highlight.pm b/perl/buildlib/Lucy/Build/Binding/Highlight.pm
index 7d3d8a8..11a282e 100644
--- a/perl/buildlib/Lucy/Build/Binding/Highlight.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Highlight.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Highlight;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Index.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Index.pm b/perl/buildlib/Lucy/Build/Binding/Index.pm
index 3dc37b9..b11b8d7 100644
--- a/perl/buildlib/Lucy/Build/Binding/Index.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Index.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Index;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Misc.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Misc.pm b/perl/buildlib/Lucy/Build/Binding/Misc.pm
index 8eac8ca..c87e2c2 100644
--- a/perl/buildlib/Lucy/Build/Binding/Misc.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Misc.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Misc;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Object.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Object.pm b/perl/buildlib/Lucy/Build/Binding/Object.pm
index 5ac4db1..fb9fd5a 100644
--- a/perl/buildlib/Lucy/Build/Binding/Object.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Object.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Object;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Plan.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Plan.pm b/perl/buildlib/Lucy/Build/Binding/Plan.pm
index 532c41c..6aa66e5 100644
--- a/perl/buildlib/Lucy/Build/Binding/Plan.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Plan.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Plan;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Search.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Search.pm b/perl/buildlib/Lucy/Build/Binding/Search.pm
index 7929c30..05ac67c 100644
--- a/perl/buildlib/Lucy/Build/Binding/Search.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Search.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Search;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Store.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Store.pm b/perl/buildlib/Lucy/Build/Binding/Store.pm
index 053885b..a266ace 100644
--- a/perl/buildlib/Lucy/Build/Binding/Store.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Store.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Store;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Build/Binding/Util.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Util.pm b/perl/buildlib/Lucy/Build/Binding/Util.pm
index e29737e..3370745 100644
--- a/perl/buildlib/Lucy/Build/Binding/Util.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Util.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Util;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Redacted.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Redacted.pm b/perl/buildlib/Lucy/Redacted.pm
index 0bddc6e..3469779 100644
--- a/perl/buildlib/Lucy/Redacted.pm
+++ b/perl/buildlib/Lucy/Redacted.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package Lucy::Redacted;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 use Exporter 'import';

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/Lucy/Test/TestUtils.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Test/TestUtils.pm b/perl/buildlib/Lucy/Test/TestUtils.pm
index add06ec..4c6d8cf 100644
--- a/perl/buildlib/Lucy/Test/TestUtils.pm
+++ b/perl/buildlib/Lucy/Test/TestUtils.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package Lucy::Test::TestUtils;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 use Exporter 'import';

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/buildlib/LucyX/Build/Binding/Search.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/LucyX/Build/Binding/Search.pm b/perl/buildlib/LucyX/Build/Binding/Search.pm
index 5cc9000..436f53b 100644
--- a/perl/buildlib/LucyX/Build/Binding/Search.pm
+++ b/perl/buildlib/LucyX/Build/Binding/Search.pm
@@ -16,7 +16,7 @@ package LucyX::Build::Binding::Search;
 use strict;
 use warnings;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy.pm b/perl/lib/Lucy.pm
index c9f8b36..4c812ce 100644
--- a/perl/lib/Lucy.pm
+++ b/perl/lib/Lucy.pm
@@ -20,13 +20,13 @@ package Lucy;
 
 use 5.008003;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
-our $MAJOR_VERSION = 0.004000;
+our $MAJOR_VERSION = 0.005000;
 
-use Clownfish 0.004000;
+use Clownfish 0.005000;
 BEGIN {
-    die <<"EOF" if $Clownfish::MAJOR_VERSION > 0.004000;
+    die <<"EOF" if $Clownfish::MAJOR_VERSION > 0.005000;
 This version of Lucy doesn't support Clownfish $Clownfish::MAJOR_VERSION or
 higher. You should downgrade Clownfish or, if possible, upgrade Lucy.
 EOF
@@ -49,12 +49,12 @@ BEGIN {
     require DynaLoader;
     our @ISA = qw( DynaLoader );
     # This loads a large number of disparate subs.
-    bootstrap Lucy '0.4.0';
+    bootstrap Lucy '0.5.0';
 }
 
 {
     package Lucy::Util::IndexFileNames;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     BEGIN {
         push our @ISA, 'Exporter';
@@ -73,7 +73,7 @@ BEGIN {
 
 {
     package Lucy::Analysis::RegexTokenizer;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
 
     sub _compile_token_re {qr/$_[0]/}
@@ -88,7 +88,7 @@ BEGIN {
 
 {
     package Lucy::Document::Doc;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Storable ();  # Needed by serialize/deserialize.
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
@@ -100,14 +100,14 @@ BEGIN {
 
 {
     package Lucy::Index::DocVector;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Index::Indexer;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
 
     sub new {
@@ -121,7 +121,7 @@ BEGIN {
 
 {
     package Lucy::Index::IndexReader;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Carp;
 
@@ -146,21 +146,21 @@ BEGIN {
 
 {
     package Lucy::Index::Similarity;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Index::TermVector;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Search::Compiler;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Carp;
     use Scalar::Util qw( blessed );
@@ -179,21 +179,21 @@ BEGIN {
 
 {
     package Lucy::Search::MatchDoc;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Search::Query;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Search::SortRule;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Carp;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
@@ -214,28 +214,28 @@ BEGIN {
 
 {
     package Lucy::Search::SortSpec;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Search::TopDocs;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Object::BitVector;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     sub to_arrayref { shift->to_array->to_arrayref }
 }
 
 {
     package Lucy::Store::FileHandle;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     BEGIN {
         push our @ISA, 'Exporter';
@@ -262,7 +262,7 @@ BEGIN {
 
 {
     package Lucy::Store::FSFileHandle;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
 
     sub open {
@@ -275,7 +275,7 @@ BEGIN {
 
 {
     package Lucy::Store::RAMFileHandle;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
 
     sub open {
@@ -288,7 +288,7 @@ BEGIN {
 
 {
     package Lucy::Util::Debug;
-    our $VERSION = '0.004000';
+    our $VERSION = '0.005000';
     $VERSION = eval $VERSION;
     BEGIN {
         push our @ISA, 'Exporter';

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy.pod
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy.pod b/perl/lib/Lucy.pod
index d79ee3c..c196cfe 100644
--- a/perl/lib/Lucy.pod
+++ b/perl/lib/Lucy.pod
@@ -19,7 +19,7 @@ Lucy - Apache Lucy search engine library.
 
 =head1 VERSION
 
-0.4.0
+0.5.0
 
 =head1 SYNOPSIS
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/Analyzer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Analyzer.pm b/perl/lib/Lucy/Analysis/Analyzer.pm
index ac04256..4dcaa12 100644
--- a/perl/lib/Lucy/Analysis/Analyzer.pm
+++ b/perl/lib/Lucy/Analysis/Analyzer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::Analyzer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/CaseFolder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/CaseFolder.pm b/perl/lib/Lucy/Analysis/CaseFolder.pm
index 180d01e..8515ea8 100644
--- a/perl/lib/Lucy/Analysis/CaseFolder.pm
+++ b/perl/lib/Lucy/Analysis/CaseFolder.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::CaseFolder;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/EasyAnalyzer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/EasyAnalyzer.pm b/perl/lib/Lucy/Analysis/EasyAnalyzer.pm
index a3e7637..5e5dcb2 100644
--- a/perl/lib/Lucy/Analysis/EasyAnalyzer.pm
+++ b/perl/lib/Lucy/Analysis/EasyAnalyzer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::EasyAnalyzer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/Inversion.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Inversion.pm b/perl/lib/Lucy/Analysis/Inversion.pm
index cc5f502..df7c873 100644
--- a/perl/lib/Lucy/Analysis/Inversion.pm
+++ b/perl/lib/Lucy/Analysis/Inversion.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::Inversion;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/Normalizer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Normalizer.pm b/perl/lib/Lucy/Analysis/Normalizer.pm
index 07dfb1d..eb12b38 100644
--- a/perl/lib/Lucy/Analysis/Normalizer.pm
+++ b/perl/lib/Lucy/Analysis/Normalizer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::Normalizer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/PolyAnalyzer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/PolyAnalyzer.pm b/perl/lib/Lucy/Analysis/PolyAnalyzer.pm
index a9d7896..592b3cd 100644
--- a/perl/lib/Lucy/Analysis/PolyAnalyzer.pm
+++ b/perl/lib/Lucy/Analysis/PolyAnalyzer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::PolyAnalyzer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/RegexTokenizer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/RegexTokenizer.pm b/perl/lib/Lucy/Analysis/RegexTokenizer.pm
index bc9d2c3..6e6c2dc 100644
--- a/perl/lib/Lucy/Analysis/RegexTokenizer.pm
+++ b/perl/lib/Lucy/Analysis/RegexTokenizer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::RegexTokenizer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/SnowballStemmer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/SnowballStemmer.pm b/perl/lib/Lucy/Analysis/SnowballStemmer.pm
index 447403e..d33fadd 100644
--- a/perl/lib/Lucy/Analysis/SnowballStemmer.pm
+++ b/perl/lib/Lucy/Analysis/SnowballStemmer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::SnowballStemmer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/SnowballStopFilter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/SnowballStopFilter.pm b/perl/lib/Lucy/Analysis/SnowballStopFilter.pm
index dafe6c6..84775d9 100644
--- a/perl/lib/Lucy/Analysis/SnowballStopFilter.pm
+++ b/perl/lib/Lucy/Analysis/SnowballStopFilter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::SnowballStopFilter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/StandardTokenizer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/StandardTokenizer.pm b/perl/lib/Lucy/Analysis/StandardTokenizer.pm
index da33900..3e096c5 100644
--- a/perl/lib/Lucy/Analysis/StandardTokenizer.pm
+++ b/perl/lib/Lucy/Analysis/StandardTokenizer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::StandardTokenizer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Analysis/Token.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Token.pm b/perl/lib/Lucy/Analysis/Token.pm
index 864abee..634e153 100644
--- a/perl/lib/Lucy/Analysis/Token.pm
+++ b/perl/lib/Lucy/Analysis/Token.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Analysis::Token;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Document/Doc.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Document/Doc.pm b/perl/lib/Lucy/Document/Doc.pm
index f91fa25..d9e5446 100644
--- a/perl/lib/Lucy/Document/Doc.pm
+++ b/perl/lib/Lucy/Document/Doc.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Document::Doc;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Document/HitDoc.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Document/HitDoc.pm b/perl/lib/Lucy/Document/HitDoc.pm
index ab387da..9fdf9e9 100644
--- a/perl/lib/Lucy/Document/HitDoc.pm
+++ b/perl/lib/Lucy/Document/HitDoc.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Document::HitDoc;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Highlight/HeatMap.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Highlight/HeatMap.pm b/perl/lib/Lucy/Highlight/HeatMap.pm
index 0681ffd..4c933e6 100644
--- a/perl/lib/Lucy/Highlight/HeatMap.pm
+++ b/perl/lib/Lucy/Highlight/HeatMap.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Highlight::HeatMap;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Highlight/Highlighter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Highlight/Highlighter.pm b/perl/lib/Lucy/Highlight/Highlighter.pm
index f870f3d..ea62277 100644
--- a/perl/lib/Lucy/Highlight/Highlighter.pm
+++ b/perl/lib/Lucy/Highlight/Highlighter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Highlight::Highlighter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/BackgroundMerger.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/BackgroundMerger.pm b/perl/lib/Lucy/Index/BackgroundMerger.pm
index c7f7f69..ff60fb2 100644
--- a/perl/lib/Lucy/Index/BackgroundMerger.pm
+++ b/perl/lib/Lucy/Index/BackgroundMerger.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::BackgroundMerger;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/DataReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DataReader.pm b/perl/lib/Lucy/Index/DataReader.pm
index 2b71ac8..65c5dc0 100644
--- a/perl/lib/Lucy/Index/DataReader.pm
+++ b/perl/lib/Lucy/Index/DataReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::DataReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/DataWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DataWriter.pm b/perl/lib/Lucy/Index/DataWriter.pm
index 03aa9fc..75e6521 100644
--- a/perl/lib/Lucy/Index/DataWriter.pm
+++ b/perl/lib/Lucy/Index/DataWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::DataWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/DeletionsReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DeletionsReader.pm b/perl/lib/Lucy/Index/DeletionsReader.pm
index 9d3953d..9c39d1f 100644
--- a/perl/lib/Lucy/Index/DeletionsReader.pm
+++ b/perl/lib/Lucy/Index/DeletionsReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::DeletionsReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/DeletionsWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DeletionsWriter.pm b/perl/lib/Lucy/Index/DeletionsWriter.pm
index 0ff0fb9..b92cb2a 100644
--- a/perl/lib/Lucy/Index/DeletionsWriter.pm
+++ b/perl/lib/Lucy/Index/DeletionsWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::DeletionsWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/DocReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DocReader.pm b/perl/lib/Lucy/Index/DocReader.pm
index cec1093..38dcaee 100644
--- a/perl/lib/Lucy/Index/DocReader.pm
+++ b/perl/lib/Lucy/Index/DocReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::DocReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/DocVector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DocVector.pm b/perl/lib/Lucy/Index/DocVector.pm
index 1dac255..6c08b13 100644
--- a/perl/lib/Lucy/Index/DocVector.pm
+++ b/perl/lib/Lucy/Index/DocVector.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::DocVector;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/DocWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DocWriter.pm b/perl/lib/Lucy/Index/DocWriter.pm
index bcdbc1f..1df307c 100644
--- a/perl/lib/Lucy/Index/DocWriter.pm
+++ b/perl/lib/Lucy/Index/DocWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::DocWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/FilePurger.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/FilePurger.pm b/perl/lib/Lucy/Index/FilePurger.pm
index 3b1fb95..e4c1c99 100644
--- a/perl/lib/Lucy/Index/FilePurger.pm
+++ b/perl/lib/Lucy/Index/FilePurger.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::FilePurger;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/HighlightReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/HighlightReader.pm b/perl/lib/Lucy/Index/HighlightReader.pm
index b18385d..9950653 100644
--- a/perl/lib/Lucy/Index/HighlightReader.pm
+++ b/perl/lib/Lucy/Index/HighlightReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::HighlightReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/HighlightWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/HighlightWriter.pm b/perl/lib/Lucy/Index/HighlightWriter.pm
index 80319c4..bb97045 100644
--- a/perl/lib/Lucy/Index/HighlightWriter.pm
+++ b/perl/lib/Lucy/Index/HighlightWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::HighlightWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/IndexManager.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/IndexManager.pm b/perl/lib/Lucy/Index/IndexManager.pm
index 1fca550..51752ab 100644
--- a/perl/lib/Lucy/Index/IndexManager.pm
+++ b/perl/lib/Lucy/Index/IndexManager.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::IndexManager;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/IndexReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/IndexReader.pm b/perl/lib/Lucy/Index/IndexReader.pm
index 0f7afe9..a3f5cf6 100644
--- a/perl/lib/Lucy/Index/IndexReader.pm
+++ b/perl/lib/Lucy/Index/IndexReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::IndexReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Indexer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Indexer.pm b/perl/lib/Lucy/Index/Indexer.pm
index c556c82..cd27428 100644
--- a/perl/lib/Lucy/Index/Indexer.pm
+++ b/perl/lib/Lucy/Index/Indexer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Indexer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Inverter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Inverter.pm b/perl/lib/Lucy/Index/Inverter.pm
index c107f0b..de11fdd 100644
--- a/perl/lib/Lucy/Index/Inverter.pm
+++ b/perl/lib/Lucy/Index/Inverter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Inverter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Lexicon.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Lexicon.pm b/perl/lib/Lucy/Index/Lexicon.pm
index dc262fe..1b8a40c 100644
--- a/perl/lib/Lucy/Index/Lexicon.pm
+++ b/perl/lib/Lucy/Index/Lexicon.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Lexicon;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/LexiconReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/LexiconReader.pm b/perl/lib/Lucy/Index/LexiconReader.pm
index 06eab0b..648cd0c 100644
--- a/perl/lib/Lucy/Index/LexiconReader.pm
+++ b/perl/lib/Lucy/Index/LexiconReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::LexiconReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/LexiconWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/LexiconWriter.pm b/perl/lib/Lucy/Index/LexiconWriter.pm
index 7a070cf..3c5633e 100644
--- a/perl/lib/Lucy/Index/LexiconWriter.pm
+++ b/perl/lib/Lucy/Index/LexiconWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::LexiconWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/PolyLexicon.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PolyLexicon.pm b/perl/lib/Lucy/Index/PolyLexicon.pm
index 054898b..d169d63 100644
--- a/perl/lib/Lucy/Index/PolyLexicon.pm
+++ b/perl/lib/Lucy/Index/PolyLexicon.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::PolyLexicon;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/PolyReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PolyReader.pm b/perl/lib/Lucy/Index/PolyReader.pm
index 6bef1bf..d34b1ee 100644
--- a/perl/lib/Lucy/Index/PolyReader.pm
+++ b/perl/lib/Lucy/Index/PolyReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::PolyReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Posting.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Posting.pm b/perl/lib/Lucy/Index/Posting.pm
index b782e04..7e40dc5 100644
--- a/perl/lib/Lucy/Index/Posting.pm
+++ b/perl/lib/Lucy/Index/Posting.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Posting;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Posting/MatchPosting.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Posting/MatchPosting.pm b/perl/lib/Lucy/Index/Posting/MatchPosting.pm
index efaf08c..64b897d 100644
--- a/perl/lib/Lucy/Index/Posting/MatchPosting.pm
+++ b/perl/lib/Lucy/Index/Posting/MatchPosting.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Posting::MatchPosting;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Posting/RichPosting.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Posting/RichPosting.pm b/perl/lib/Lucy/Index/Posting/RichPosting.pm
index 779dc0f..4614fed 100644
--- a/perl/lib/Lucy/Index/Posting/RichPosting.pm
+++ b/perl/lib/Lucy/Index/Posting/RichPosting.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Posting::RichPosting;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Posting/ScorePosting.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Posting/ScorePosting.pm b/perl/lib/Lucy/Index/Posting/ScorePosting.pm
index 5f7e3d3..be8f5e8 100644
--- a/perl/lib/Lucy/Index/Posting/ScorePosting.pm
+++ b/perl/lib/Lucy/Index/Posting/ScorePosting.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Posting::ScorePosting;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/PostingList.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PostingList.pm b/perl/lib/Lucy/Index/PostingList.pm
index 3b828eb..0ac87f9 100644
--- a/perl/lib/Lucy/Index/PostingList.pm
+++ b/perl/lib/Lucy/Index/PostingList.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::PostingList;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/PostingListReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PostingListReader.pm b/perl/lib/Lucy/Index/PostingListReader.pm
index 9b65ebf..7eb30b8 100644
--- a/perl/lib/Lucy/Index/PostingListReader.pm
+++ b/perl/lib/Lucy/Index/PostingListReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::PostingListReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/PostingListWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PostingListWriter.pm b/perl/lib/Lucy/Index/PostingListWriter.pm
index 04fd341..cb693e6 100644
--- a/perl/lib/Lucy/Index/PostingListWriter.pm
+++ b/perl/lib/Lucy/Index/PostingListWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::PostingListWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/SegLexicon.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegLexicon.pm b/perl/lib/Lucy/Index/SegLexicon.pm
index 45a5916..4db80ac 100644
--- a/perl/lib/Lucy/Index/SegLexicon.pm
+++ b/perl/lib/Lucy/Index/SegLexicon.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::SegLexicon;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/SegPostingList.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegPostingList.pm b/perl/lib/Lucy/Index/SegPostingList.pm
index d2c14ba..9e74e09 100644
--- a/perl/lib/Lucy/Index/SegPostingList.pm
+++ b/perl/lib/Lucy/Index/SegPostingList.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::SegPostingList;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/SegReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegReader.pm b/perl/lib/Lucy/Index/SegReader.pm
index e2850e5..4ed14d6 100644
--- a/perl/lib/Lucy/Index/SegReader.pm
+++ b/perl/lib/Lucy/Index/SegReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::SegReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/SegWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegWriter.pm b/perl/lib/Lucy/Index/SegWriter.pm
index a86c7e8..df1c287 100644
--- a/perl/lib/Lucy/Index/SegWriter.pm
+++ b/perl/lib/Lucy/Index/SegWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::SegWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Segment.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Segment.pm b/perl/lib/Lucy/Index/Segment.pm
index 7e43346..7efbef5 100644
--- a/perl/lib/Lucy/Index/Segment.pm
+++ b/perl/lib/Lucy/Index/Segment.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Segment;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Similarity.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Similarity.pm b/perl/lib/Lucy/Index/Similarity.pm
index 6b96037..53348c9 100644
--- a/perl/lib/Lucy/Index/Similarity.pm
+++ b/perl/lib/Lucy/Index/Similarity.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Similarity;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/Snapshot.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Snapshot.pm b/perl/lib/Lucy/Index/Snapshot.pm
index 8664377..1565e45 100644
--- a/perl/lib/Lucy/Index/Snapshot.pm
+++ b/perl/lib/Lucy/Index/Snapshot.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::Snapshot;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/SortCache.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SortCache.pm b/perl/lib/Lucy/Index/SortCache.pm
index 08dd593..5e36f80 100644
--- a/perl/lib/Lucy/Index/SortCache.pm
+++ b/perl/lib/Lucy/Index/SortCache.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::SortCache;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/SortReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SortReader.pm b/perl/lib/Lucy/Index/SortReader.pm
index 0465236..404bcab 100644
--- a/perl/lib/Lucy/Index/SortReader.pm
+++ b/perl/lib/Lucy/Index/SortReader.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::SortReader;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/SortWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SortWriter.pm b/perl/lib/Lucy/Index/SortWriter.pm
index 941cda9..d5280a4 100644
--- a/perl/lib/Lucy/Index/SortWriter.pm
+++ b/perl/lib/Lucy/Index/SortWriter.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::SortWriter;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/TermInfo.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/TermInfo.pm b/perl/lib/Lucy/Index/TermInfo.pm
index 964d312..7076ce5 100644
--- a/perl/lib/Lucy/Index/TermInfo.pm
+++ b/perl/lib/Lucy/Index/TermInfo.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::TermInfo;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Index/TermVector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/TermVector.pm b/perl/lib/Lucy/Index/TermVector.pm
index 192bf95..edc6b26 100644
--- a/perl/lib/Lucy/Index/TermVector.pm
+++ b/perl/lib/Lucy/Index/TermVector.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Index::TermVector;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Object/BitVector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Object/BitVector.pm b/perl/lib/Lucy/Object/BitVector.pm
index d60e376..b5347c7 100644
--- a/perl/lib/Lucy/Object/BitVector.pm
+++ b/perl/lib/Lucy/Object/BitVector.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Object::BitVector;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Object/I32Array.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Object/I32Array.pm b/perl/lib/Lucy/Object/I32Array.pm
index edd6a70..fa8b115 100644
--- a/perl/lib/Lucy/Object/I32Array.pm
+++ b/perl/lib/Lucy/Object/I32Array.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Object::I32Array;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Object/Obj.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Object/Obj.pm b/perl/lib/Lucy/Object/Obj.pm
index 1aed0a7..d75568c 100644
--- a/perl/lib/Lucy/Object/Obj.pm
+++ b/perl/lib/Lucy/Object/Obj.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Object::Obj;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/Architecture.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Architecture.pm b/perl/lib/Lucy/Plan/Architecture.pm
index b27d8fc..39e9662 100644
--- a/perl/lib/Lucy/Plan/Architecture.pm
+++ b/perl/lib/Lucy/Plan/Architecture.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::Architecture;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/BlobType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/BlobType.pm b/perl/lib/Lucy/Plan/BlobType.pm
index 1062d05..37e043f 100644
--- a/perl/lib/Lucy/Plan/BlobType.pm
+++ b/perl/lib/Lucy/Plan/BlobType.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::BlobType;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/FieldType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/FieldType.pm b/perl/lib/Lucy/Plan/FieldType.pm
index 01c7f58..8457a53 100644
--- a/perl/lib/Lucy/Plan/FieldType.pm
+++ b/perl/lib/Lucy/Plan/FieldType.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::FieldType;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/Float32Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Float32Type.pm b/perl/lib/Lucy/Plan/Float32Type.pm
index d634b6d..108cfc8 100644
--- a/perl/lib/Lucy/Plan/Float32Type.pm
+++ b/perl/lib/Lucy/Plan/Float32Type.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::Float32Type;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/Float64Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Float64Type.pm b/perl/lib/Lucy/Plan/Float64Type.pm
index 59add11..324d87e 100644
--- a/perl/lib/Lucy/Plan/Float64Type.pm
+++ b/perl/lib/Lucy/Plan/Float64Type.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::Float64Type;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/FullTextType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/FullTextType.pm b/perl/lib/Lucy/Plan/FullTextType.pm
index c587706..35cda48 100644
--- a/perl/lib/Lucy/Plan/FullTextType.pm
+++ b/perl/lib/Lucy/Plan/FullTextType.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::FullTextType;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/Int32Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Int32Type.pm b/perl/lib/Lucy/Plan/Int32Type.pm
index af2a302..6d954e1 100644
--- a/perl/lib/Lucy/Plan/Int32Type.pm
+++ b/perl/lib/Lucy/Plan/Int32Type.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::Int32Type;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/Int64Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Int64Type.pm b/perl/lib/Lucy/Plan/Int64Type.pm
index 091187c..83a5cd5 100644
--- a/perl/lib/Lucy/Plan/Int64Type.pm
+++ b/perl/lib/Lucy/Plan/Int64Type.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::Int64Type;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/Schema.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Schema.pm b/perl/lib/Lucy/Plan/Schema.pm
index c9e0a21..45b1624 100644
--- a/perl/lib/Lucy/Plan/Schema.pm
+++ b/perl/lib/Lucy/Plan/Schema.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::Schema;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Plan/StringType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/StringType.pm b/perl/lib/Lucy/Plan/StringType.pm
index d079fbb..62c0c26 100644
--- a/perl/lib/Lucy/Plan/StringType.pm
+++ b/perl/lib/Lucy/Plan/StringType.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Plan::StringType;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/ANDMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ANDMatcher.pm b/perl/lib/Lucy/Search/ANDMatcher.pm
index ea3c365..6d229fd 100644
--- a/perl/lib/Lucy/Search/ANDMatcher.pm
+++ b/perl/lib/Lucy/Search/ANDMatcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::ANDMatcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/ANDQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ANDQuery.pm b/perl/lib/Lucy/Search/ANDQuery.pm
index 98c2f8e..e195e8e 100644
--- a/perl/lib/Lucy/Search/ANDQuery.pm
+++ b/perl/lib/Lucy/Search/ANDQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::ANDQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/BitVecMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/BitVecMatcher.pm b/perl/lib/Lucy/Search/BitVecMatcher.pm
index 7e9ea34..d5f2611 100644
--- a/perl/lib/Lucy/Search/BitVecMatcher.pm
+++ b/perl/lib/Lucy/Search/BitVecMatcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::BitVecMatcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Collector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Collector.pm b/perl/lib/Lucy/Search/Collector.pm
index 7684557..21c996b 100644
--- a/perl/lib/Lucy/Search/Collector.pm
+++ b/perl/lib/Lucy/Search/Collector.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Collector;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Collector/BitCollector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Collector/BitCollector.pm b/perl/lib/Lucy/Search/Collector/BitCollector.pm
index 71efa9d..dfc9c03 100644
--- a/perl/lib/Lucy/Search/Collector/BitCollector.pm
+++ b/perl/lib/Lucy/Search/Collector/BitCollector.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Collector::BitCollector;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Collector/SortCollector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Collector/SortCollector.pm b/perl/lib/Lucy/Search/Collector/SortCollector.pm
index 9fa372b..ac91892 100644
--- a/perl/lib/Lucy/Search/Collector/SortCollector.pm
+++ b/perl/lib/Lucy/Search/Collector/SortCollector.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Collector::SortCollector;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Compiler.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Compiler.pm b/perl/lib/Lucy/Search/Compiler.pm
index 02bdc6e..2fcd83d 100644
--- a/perl/lib/Lucy/Search/Compiler.pm
+++ b/perl/lib/Lucy/Search/Compiler.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Compiler;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/HitQueue.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/HitQueue.pm b/perl/lib/Lucy/Search/HitQueue.pm
index 0486222..46369eb 100644
--- a/perl/lib/Lucy/Search/HitQueue.pm
+++ b/perl/lib/Lucy/Search/HitQueue.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::HitQueue;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Hits.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Hits.pm b/perl/lib/Lucy/Search/Hits.pm
index ef6713c..629e70e 100644
--- a/perl/lib/Lucy/Search/Hits.pm
+++ b/perl/lib/Lucy/Search/Hits.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Hits;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/IndexSearcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/IndexSearcher.pm b/perl/lib/Lucy/Search/IndexSearcher.pm
index 3f84d64..2864eab 100644
--- a/perl/lib/Lucy/Search/IndexSearcher.pm
+++ b/perl/lib/Lucy/Search/IndexSearcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::IndexSearcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/LeafQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/LeafQuery.pm b/perl/lib/Lucy/Search/LeafQuery.pm
index 7551ef6..2a04a09 100644
--- a/perl/lib/Lucy/Search/LeafQuery.pm
+++ b/perl/lib/Lucy/Search/LeafQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::LeafQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/MatchAllQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/MatchAllQuery.pm b/perl/lib/Lucy/Search/MatchAllQuery.pm
index d59e710..79e1b6a 100644
--- a/perl/lib/Lucy/Search/MatchAllQuery.pm
+++ b/perl/lib/Lucy/Search/MatchAllQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::MatchAllQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/MatchDoc.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/MatchDoc.pm b/perl/lib/Lucy/Search/MatchDoc.pm
index 8975c3a..1dc564a 100644
--- a/perl/lib/Lucy/Search/MatchDoc.pm
+++ b/perl/lib/Lucy/Search/MatchDoc.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::MatchDoc;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Matcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Matcher.pm b/perl/lib/Lucy/Search/Matcher.pm
index 1a379bb..cd9c2af 100644
--- a/perl/lib/Lucy/Search/Matcher.pm
+++ b/perl/lib/Lucy/Search/Matcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Matcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/NOTMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/NOTMatcher.pm b/perl/lib/Lucy/Search/NOTMatcher.pm
index 84e4151..45802ac 100644
--- a/perl/lib/Lucy/Search/NOTMatcher.pm
+++ b/perl/lib/Lucy/Search/NOTMatcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::NOTMatcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/NOTQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/NOTQuery.pm b/perl/lib/Lucy/Search/NOTQuery.pm
index 474139e..674e448 100644
--- a/perl/lib/Lucy/Search/NOTQuery.pm
+++ b/perl/lib/Lucy/Search/NOTQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::NOTQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/NoMatchQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/NoMatchQuery.pm b/perl/lib/Lucy/Search/NoMatchQuery.pm
index b61c668..a9422fd 100644
--- a/perl/lib/Lucy/Search/NoMatchQuery.pm
+++ b/perl/lib/Lucy/Search/NoMatchQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::NoMatchQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/ORQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ORQuery.pm b/perl/lib/Lucy/Search/ORQuery.pm
index f559842..cb16dce 100644
--- a/perl/lib/Lucy/Search/ORQuery.pm
+++ b/perl/lib/Lucy/Search/ORQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::ORQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/ORScorer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ORScorer.pm b/perl/lib/Lucy/Search/ORScorer.pm
index fd03f2c..b73008b 100644
--- a/perl/lib/Lucy/Search/ORScorer.pm
+++ b/perl/lib/Lucy/Search/ORScorer.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::ORScorer;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/PhraseQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PhraseQuery.pm b/perl/lib/Lucy/Search/PhraseQuery.pm
index 6e47b0d..9d9bcb5 100644
--- a/perl/lib/Lucy/Search/PhraseQuery.pm
+++ b/perl/lib/Lucy/Search/PhraseQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::PhraseQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/PolyCompiler.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PolyCompiler.pm b/perl/lib/Lucy/Search/PolyCompiler.pm
index 25417e2..6415621 100644
--- a/perl/lib/Lucy/Search/PolyCompiler.pm
+++ b/perl/lib/Lucy/Search/PolyCompiler.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::PolyCompiler;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/PolyQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PolyQuery.pm b/perl/lib/Lucy/Search/PolyQuery.pm
index 05169c8..d35acc2 100644
--- a/perl/lib/Lucy/Search/PolyQuery.pm
+++ b/perl/lib/Lucy/Search/PolyQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::PolyQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/PolySearcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PolySearcher.pm b/perl/lib/Lucy/Search/PolySearcher.pm
index 08f247b..1600b1e 100644
--- a/perl/lib/Lucy/Search/PolySearcher.pm
+++ b/perl/lib/Lucy/Search/PolySearcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::PolySearcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Query.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Query.pm b/perl/lib/Lucy/Search/Query.pm
index b6ae669..a8d0e5f 100644
--- a/perl/lib/Lucy/Search/Query.pm
+++ b/perl/lib/Lucy/Search/Query.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Query;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/QueryParser.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/QueryParser.pm b/perl/lib/Lucy/Search/QueryParser.pm
index 0000b00..8e0f5dc 100644
--- a/perl/lib/Lucy/Search/QueryParser.pm
+++ b/perl/lib/Lucy/Search/QueryParser.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::QueryParser;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/RangeQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/RangeQuery.pm b/perl/lib/Lucy/Search/RangeQuery.pm
index 764a73a..71c0114 100644
--- a/perl/lib/Lucy/Search/RangeQuery.pm
+++ b/perl/lib/Lucy/Search/RangeQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::RangeQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm b/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm
index 699ca50..b622086 100644
--- a/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm
+++ b/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::RequiredOptionalMatcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/RequiredOptionalQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/RequiredOptionalQuery.pm b/perl/lib/Lucy/Search/RequiredOptionalQuery.pm
index 9e5fd43..5e056f6 100644
--- a/perl/lib/Lucy/Search/RequiredOptionalQuery.pm
+++ b/perl/lib/Lucy/Search/RequiredOptionalQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::RequiredOptionalQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Searcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Searcher.pm b/perl/lib/Lucy/Search/Searcher.pm
index 78d8745..61ffb4d 100644
--- a/perl/lib/Lucy/Search/Searcher.pm
+++ b/perl/lib/Lucy/Search/Searcher.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Searcher;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/SortRule.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/SortRule.pm b/perl/lib/Lucy/Search/SortRule.pm
index 8013454..54ca0d2 100644
--- a/perl/lib/Lucy/Search/SortRule.pm
+++ b/perl/lib/Lucy/Search/SortRule.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::SortRule;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/SortSpec.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/SortSpec.pm b/perl/lib/Lucy/Search/SortSpec.pm
index 4d7d94b..2c76af9 100644
--- a/perl/lib/Lucy/Search/SortSpec.pm
+++ b/perl/lib/Lucy/Search/SortSpec.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::SortSpec;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/Span.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Span.pm b/perl/lib/Lucy/Search/Span.pm
index a9c5dce..ed60233 100644
--- a/perl/lib/Lucy/Search/Span.pm
+++ b/perl/lib/Lucy/Search/Span.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::Span;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/TermQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/TermQuery.pm b/perl/lib/Lucy/Search/TermQuery.pm
index ca85239..57a468d 100644
--- a/perl/lib/Lucy/Search/TermQuery.pm
+++ b/perl/lib/Lucy/Search/TermQuery.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::TermQuery;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Search/TopDocs.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/TopDocs.pm b/perl/lib/Lucy/Search/TopDocs.pm
index b215080..710525f 100644
--- a/perl/lib/Lucy/Search/TopDocs.pm
+++ b/perl/lib/Lucy/Search/TopDocs.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Search::TopDocs;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Simple.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Simple.pm b/perl/lib/Lucy/Simple.pm
index e56a6ba..9cceec1 100644
--- a/perl/lib/Lucy/Simple.pm
+++ b/perl/lib/Lucy/Simple.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Simple;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/FSFileHandle.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/FSFileHandle.pm b/perl/lib/Lucy/Store/FSFileHandle.pm
index 0681475..6133741 100644
--- a/perl/lib/Lucy/Store/FSFileHandle.pm
+++ b/perl/lib/Lucy/Store/FSFileHandle.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::FSFileHandle;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/FSFolder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/FSFolder.pm b/perl/lib/Lucy/Store/FSFolder.pm
index 91908a5..7290252 100644
--- a/perl/lib/Lucy/Store/FSFolder.pm
+++ b/perl/lib/Lucy/Store/FSFolder.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::FSFolder;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/FileHandle.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/FileHandle.pm b/perl/lib/Lucy/Store/FileHandle.pm
index fc34df0..599ad44 100644
--- a/perl/lib/Lucy/Store/FileHandle.pm
+++ b/perl/lib/Lucy/Store/FileHandle.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::FileHandle;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/Folder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/Folder.pm b/perl/lib/Lucy/Store/Folder.pm
index 9394555..6b1072b 100644
--- a/perl/lib/Lucy/Store/Folder.pm
+++ b/perl/lib/Lucy/Store/Folder.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::Folder;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/InStream.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/InStream.pm b/perl/lib/Lucy/Store/InStream.pm
index e9129a7..31ae004 100644
--- a/perl/lib/Lucy/Store/InStream.pm
+++ b/perl/lib/Lucy/Store/InStream.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::InStream;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/Lock.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/Lock.pm b/perl/lib/Lucy/Store/Lock.pm
index 8227043..f2e55dd 100644
--- a/perl/lib/Lucy/Store/Lock.pm
+++ b/perl/lib/Lucy/Store/Lock.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::Lock;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/LockErr.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/LockErr.pm b/perl/lib/Lucy/Store/LockErr.pm
index e04d1fd..05d3535 100644
--- a/perl/lib/Lucy/Store/LockErr.pm
+++ b/perl/lib/Lucy/Store/LockErr.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::LockErr;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/LockFactory.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/LockFactory.pm b/perl/lib/Lucy/Store/LockFactory.pm
index b491d0c..fa873ef 100644
--- a/perl/lib/Lucy/Store/LockFactory.pm
+++ b/perl/lib/Lucy/Store/LockFactory.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::LockFactory;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/OutStream.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/OutStream.pm b/perl/lib/Lucy/Store/OutStream.pm
index 5fa7ebd..70280af 100644
--- a/perl/lib/Lucy/Store/OutStream.pm
+++ b/perl/lib/Lucy/Store/OutStream.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::OutStream;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/RAMFile.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/RAMFile.pm b/perl/lib/Lucy/Store/RAMFile.pm
index e144456..784e85f 100644
--- a/perl/lib/Lucy/Store/RAMFile.pm
+++ b/perl/lib/Lucy/Store/RAMFile.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::RAMFile;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/RAMFileHandle.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/RAMFileHandle.pm b/perl/lib/Lucy/Store/RAMFileHandle.pm
index 1eb6b28..cd7f399 100644
--- a/perl/lib/Lucy/Store/RAMFileHandle.pm
+++ b/perl/lib/Lucy/Store/RAMFileHandle.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::RAMFileHandle;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Store/RAMFolder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/RAMFolder.pm b/perl/lib/Lucy/Store/RAMFolder.pm
index 3230652..b602158 100644
--- a/perl/lib/Lucy/Store/RAMFolder.pm
+++ b/perl/lib/Lucy/Store/RAMFolder.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Store::RAMFolder;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Test.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Test.pm b/perl/lib/Lucy/Test.pm
index aa7d1b8..ab06d11 100644
--- a/perl/lib/Lucy/Test.pm
+++ b/perl/lib/Lucy/Test.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Test;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 # Set the default memory threshold for PostingListWriter to a low number so

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Util/Debug.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/Debug.pm b/perl/lib/Lucy/Util/Debug.pm
index b610d8f..4fba397 100644
--- a/perl/lib/Lucy/Util/Debug.pm
+++ b/perl/lib/Lucy/Util/Debug.pm
@@ -18,7 +18,7 @@ use strict;
 use warnings;
 
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Util/IndexFileNames.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/IndexFileNames.pm b/perl/lib/Lucy/Util/IndexFileNames.pm
index e065bc8..c2ac1a6 100644
--- a/perl/lib/Lucy/Util/IndexFileNames.pm
+++ b/perl/lib/Lucy/Util/IndexFileNames.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::IndexFileNames;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Util/Json.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/Json.pm b/perl/lib/Lucy/Util/Json.pm
index 057f93e..3778a41 100644
--- a/perl/lib/Lucy/Util/Json.pm
+++ b/perl/lib/Lucy/Util/Json.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::Json;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Util/MemoryPool.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/MemoryPool.pm b/perl/lib/Lucy/Util/MemoryPool.pm
index dd423e1..3789b82 100644
--- a/perl/lib/Lucy/Util/MemoryPool.pm
+++ b/perl/lib/Lucy/Util/MemoryPool.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::MemoryPool;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/5d09b9a6/perl/lib/Lucy/Util/PriorityQueue.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/PriorityQueue.pm b/perl/lib/Lucy/Util/PriorityQueue.pm
index 7f604cb..0552c4d 100644
--- a/perl/lib/Lucy/Util/PriorityQueue.pm
+++ b/perl/lib/Lucy/Util/PriorityQueue.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::PriorityQueue;
 use Lucy;
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 $VERSION = eval $VERSION;
 
 1;