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/01/31 16:03:07 UTC

[1/6] lucy git commit: Update version numbers to 0.4.4

Repository: lucy
Updated Branches:
  refs/heads/0.4 3f97b23d1 -> 1f3d27bae


http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Util/PriorityQueue.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/PriorityQueue.pm b/perl/lib/Lucy/Util/PriorityQueue.pm
index a204e91..c01c05c 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Util/SortExternal.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/SortExternal.pm b/perl/lib/Lucy/Util/SortExternal.pm
index ef3a56e..4091fcc 100644
--- a/perl/lib/Lucy/Util/SortExternal.pm
+++ b/perl/lib/Lucy/Util/SortExternal.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::SortExternal;
 use Lucy;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Util/Stepper.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/Stepper.pm b/perl/lib/Lucy/Util/Stepper.pm
index 109c234..c875276 100644
--- a/perl/lib/Lucy/Util/Stepper.pm
+++ b/perl/lib/Lucy/Util/Stepper.pm
@@ -15,7 +15,7 @@
 
 package Lucy::Util::Stepper;
 use Lucy;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Index/ByteBufDocReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ByteBufDocReader.pm b/perl/lib/LucyX/Index/ByteBufDocReader.pm
index 23fca43..78d33ab 100644
--- a/perl/lib/LucyX/Index/ByteBufDocReader.pm
+++ b/perl/lib/LucyX/Index/ByteBufDocReader.pm
@@ -19,7 +19,7 @@ use warnings;
 package LucyX::Index::ByteBufDocReader;
 use base qw( Lucy::Index::DocReader );
 use Lucy::Document::HitDoc;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Carp;
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Index/ByteBufDocWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ByteBufDocWriter.pm b/perl/lib/LucyX/Index/ByteBufDocWriter.pm
index 3aade77..7362f7f 100644
--- a/perl/lib/LucyX/Index/ByteBufDocWriter.pm
+++ b/perl/lib/LucyX/Index/ByteBufDocWriter.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Index::ByteBufDocWriter;
 use base qw( Lucy::Index::DataWriter );
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Carp;
 use Scalar::Util qw( blessed );

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Index/LongFieldSim.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/LongFieldSim.pm b/perl/lib/LucyX/Index/LongFieldSim.pm
index eba67d7..e5791ad 100644
--- a/perl/lib/LucyX/Index/LongFieldSim.pm
+++ b/perl/lib/LucyX/Index/LongFieldSim.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Index::LongFieldSim;
 use base qw( Lucy::Index::Similarity );
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub length_norm {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Index/ZlibDocReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ZlibDocReader.pm b/perl/lib/LucyX/Index/ZlibDocReader.pm
index cc638d3..626c84a 100644
--- a/perl/lib/LucyX/Index/ZlibDocReader.pm
+++ b/perl/lib/LucyX/Index/ZlibDocReader.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Index::ZlibDocReader;
 use base qw( Lucy::Index::DocReader );
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Clownfish::Util::StringHelper qw( utf8_valid utf8_flag_on );
 use Compress::Zlib qw( uncompress );

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Index/ZlibDocWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Index/ZlibDocWriter.pm b/perl/lib/LucyX/Index/ZlibDocWriter.pm
index d0ee369..16f691c 100644
--- a/perl/lib/LucyX/Index/ZlibDocWriter.pm
+++ b/perl/lib/LucyX/Index/ZlibDocWriter.pm
@@ -25,7 +25,7 @@ use Clownfish qw( to_perl );
 use bytes;
 no bytes;
 
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 # Inside-out member vars.

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Remote/ClusterSearcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Remote/ClusterSearcher.pm b/perl/lib/LucyX/Remote/ClusterSearcher.pm
index 6039308..307b96f 100644
--- a/perl/lib/LucyX/Remote/ClusterSearcher.pm
+++ b/perl/lib/LucyX/Remote/ClusterSearcher.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Remote::ClusterSearcher;
 BEGIN { our @ISA = qw( Lucy::Search::Searcher ) }
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Remote/SearchClient.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Remote/SearchClient.pm b/perl/lib/LucyX/Remote/SearchClient.pm
index cd719f1..8abeddb 100644
--- a/perl/lib/LucyX/Remote/SearchClient.pm
+++ b/perl/lib/LucyX/Remote/SearchClient.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Remote::SearchClient;
 BEGIN { our @ISA = qw( Lucy::Search::Searcher ) }
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Remote/SearchServer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Remote/SearchServer.pm b/perl/lib/LucyX/Remote/SearchServer.pm
index 9afacfd..61ce0e1 100644
--- a/perl/lib/LucyX/Remote/SearchServer.pm
+++ b/perl/lib/LucyX/Remote/SearchServer.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Remote::SearchServer;
 BEGIN { our @ISA = qw( Clownfish::Obj ) }
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Search/Filter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Search/Filter.pm b/perl/lib/LucyX/Search/Filter.pm
index f37bc92..a330eaf 100644
--- a/perl/lib/LucyX/Search/Filter.pm
+++ b/perl/lib/LucyX/Search/Filter.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Search::Filter;
 BEGIN { our @ISA = qw( Lucy::Search::Query ) }
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Carp;
 use Storable qw( nfreeze thaw );
@@ -167,7 +167,7 @@ sub _cached_count {
 }
 
 package LucyX::Search::FilterCompiler;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 BEGIN { our @ISA = qw( Lucy::Search::Compiler ) }
 
@@ -188,7 +188,7 @@ sub make_matcher {
 }
 
 package LucyX::Search::FilterMatcher;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 BEGIN { our @ISA = qw( Lucy::Search::Matcher ) }
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Search/MockMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Search/MockMatcher.pm b/perl/lib/LucyX/Search/MockMatcher.pm
index 3b38653..bf3426d 100644
--- a/perl/lib/LucyX/Search/MockMatcher.pm
+++ b/perl/lib/LucyX/Search/MockMatcher.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package LucyX::Search::MockMatcher;
 use Lucy;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub new {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/LucyX/Search/ProximityQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/LucyX/Search/ProximityQuery.pm b/perl/lib/LucyX/Search/ProximityQuery.pm
index 305d87f..9975ac0 100644
--- a/perl/lib/LucyX/Search/ProximityQuery.pm
+++ b/perl/lib/LucyX/Search/ProximityQuery.pm
@@ -15,7 +15,7 @@
 
 package LucyX::Search::ProximityQuery;
 use Lucy;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/sample/FlatQueryParser.pm
----------------------------------------------------------------------
diff --git a/perl/sample/FlatQueryParser.pm b/perl/sample/FlatQueryParser.pm
index d4cf239..4bf6737 100644
--- a/perl/sample/FlatQueryParser.pm
+++ b/perl/sample/FlatQueryParser.pm
@@ -24,7 +24,7 @@ use Lucy::Search::ORQuery;
 use PrefixQuery;
 use Carp;
 
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 # Inherit new()

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/sample/PrefixQuery.pm
----------------------------------------------------------------------
diff --git a/perl/sample/PrefixQuery.pm b/perl/sample/PrefixQuery.pm
index b05e69c..2886045 100644
--- a/perl/sample/PrefixQuery.pm
+++ b/perl/sample/PrefixQuery.pm
@@ -21,7 +21,7 @@ use base qw( Lucy::Search::Query );
 use Carp;
 use Scalar::Util qw( blessed );
 
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 # Inside-out member vars and hand-rolled accessors.

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/ruby/apache_lucy.gemspec
----------------------------------------------------------------------
diff --git a/ruby/apache_lucy.gemspec b/ruby/apache_lucy.gemspec
index 670a6dd..9905bde 100644
--- a/ruby/apache_lucy.gemspec
+++ b/ruby/apache_lucy.gemspec
@@ -15,7 +15,7 @@
 
 Gem::Specification.new do |spec|
   spec.name        = 'apache_lucy'
-  spec.version     = '0.4.3'
+  spec.version     = '0.4.4'
   spec.summary     = "Full text search engine library."
   spec.author      = "Apache Lucy project"
   spec.email       = 'dev@lucy.apache.org'

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/ruby/lib/apache_lucy.rb
----------------------------------------------------------------------
diff --git a/ruby/lib/apache_lucy.rb b/ruby/lib/apache_lucy.rb
index 7b4e3da..b480347 100644
--- a/ruby/lib/apache_lucy.rb
+++ b/ruby/lib/apache_lucy.rb
@@ -14,6 +14,6 @@
 # limitations under the License.
 
 module Lucy 
-  VERSION = '0.4.3'
+  VERSION = '0.4.4'
 end
 


[4/6] lucy git commit: Depend on Clownfish 0.4.4 everywhere

Posted by nw...@apache.org.
Depend on Clownfish 0.4.4 everywhere

The prereq versions in CPAN META files must be at least as strict as
the versions in Lucy.cfp.

Fixes LUCY-287.


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

Branch: refs/heads/0.4
Commit: 58b08e3b72a6a62df5d45f3e04e93c3477654870
Parents: e4ac95a
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Thu Jan 28 17:03:55 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Jan 31 15:51:04 2016 +0100

----------------------------------------------------------------------
 devel/bin/update_version | 4 ++++
 perl/Build.PL            | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/58b08e3b/devel/bin/update_version
----------------------------------------------------------------------
diff --git a/devel/bin/update_version b/devel/bin/update_version
index 8fd3768..1e2237f 100755
--- a/devel/bin/update_version
+++ b/devel/bin/update_version
@@ -86,6 +86,10 @@ write_file( 'perl/lib/Lucy.pod', $buf );
 $buf = read_file('perl/Build.PL');
 $buf =~ s/(dist_version\ +=>\ +)'.+?'/$1'$x_y_z_d_version'/
     or die "no match";
+$buf =~ s/(Clownfish::CFC::Perl::Build'\s*=>\s*)(.*?),/$1$x_yyyzzz_version,/g
+    or die "no match";
+$buf =~ s/(Clownfish'\s*=>\s*)(.*?),/$1$x_yyyzzz_version,/g
+    or die "no match";
 write_file( 'perl/Build.PL', $buf );
 
 # Update ruby/apache_lucy.gemspec

http://git-wip-us.apache.org/repos/asf/lucy/blob/58b08e3b/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index a8eb7e8..7715901 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -42,11 +42,11 @@ my $builder = Lucy::Build->new(
     dist_version       => '0.4.4',
     requires           => {
         'perl'      => '5.8.3',
-        'Clownfish' => undef,
+        'Clownfish' => 0.004004,
     },
     configure_requires => {
         'Module::Build'               => 0.280801,
-        'Clownfish::CFC::Perl::Build' => undef,
+        'Clownfish::CFC::Perl::Build' => 0.004004,
     },
     build_requires     => {
         'Module::Build'      => 0.280801,


[6/6] lucy git commit: Update CHANGES for 0.4.4

Posted by nw...@apache.org.
Update CHANGES for 0.4.4


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

Branch: refs/heads/0.4
Commit: 1f3d27bae761775ea9b861de12f1d0a8176245b1
Parents: d1b99f5
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jan 31 15:52:47 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Jan 31 15:52:47 2016 +0100

----------------------------------------------------------------------
 CHANGES | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/1f3d27ba/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 06960ad..201e607 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
 Revision history for Lucy
 
+0.4.4  2016-01-31
+
+  Bugfixes:
+
+    * [LUCY-287] - Mismatch between required Clownfish versions
+    * [LUCY-288] - Add Clownfish to configure_requires
+    * Fix Windows build for some CPAN Testers setups (see CLOWNFISH-3).
+
 0.4.3  2016-01-09
 
   Improvements:


[3/6] lucy git commit: Add support for CPAN developer releases

Posted by nw...@apache.org.
Add support for CPAN developer releases

Now the "update_version" script can be used to set CPAN developer
versions containing an underscore.


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

Branch: refs/heads/0.4
Commit: a8d6d524fb1f0e7e48d6748785a8060d9180eab8
Parents: 3f97b23
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Jan 26 17:08:05 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu Jan 28 17:11:51 2016 +0100

----------------------------------------------------------------------
 devel/bin/update_version | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/a8d6d524/devel/bin/update_version
----------------------------------------------------------------------
diff --git a/devel/bin/update_version b/devel/bin/update_version
index 0cc0f8c..8fd3768 100755
--- a/devel/bin/update_version
+++ b/devel/bin/update_version
@@ -28,18 +28,29 @@ my $usage = "$0 version\n";
 my $version = shift(@ARGV) or die $usage;
 
 # standardize version strings
-my ( $x, $y, $z );
+my ( $x, $y, $z, $dev );
 if ( $version =~ m/^(\d+)\.(\d+)\.(\d+)$/ ) {
     ( $x, $y, $z ) = ( $1, $2, $3 );
 }
+elsif ( $version =~ m/^(\d+)\.(\d+)\.(\d+)_(\d+)$/ ) {
+    ( $x, $y, $z, $dev ) = ( $1, $2, $3, $4 );
+}
 elsif ( $version =~ m/^(\d+)\.(\d\d\d)(\d\d\d)$/ ) {
     ( $x, $y, $z ) = ( int($1), int($2), int($3) );
 }
+elsif ( $version =~ m/^(\d+)\.(\d\d\d)(\d\d\d)_(\d\d\d)$/ ) {
+    ( $x, $y, $z, $dev ) = ( int($1), int($2), int($3), int($4) );
+}
 else {
     die "Unknown version syntax. Try X.Y.Z or X.YYYZZZ\n";
 }
-my $x_y_z_version    = sprintf( "%d.%d.%d",    $x, $y, $z );
-my $x_yyyzzz_version = sprintf( "%d.%03d%03d", $x, $y, $z );
+my $x_y_z_version    = sprintf( "%d.%d.%d", $x, $y, $z );
+my $x_y_z_d_version  = $dev
+                       ? sprintf( "%d.%d.%d_%d", $x, $y, $z, $dev )
+                       : sprintf( "%d.%d.%d", $x, $y, $z );
+my $x_yyyzzz_version = $dev
+                       ? sprintf( "%d.%03d%03d_%03d", $x, $y, $z, $dev )
+                       : sprintf( "%d.%03d%03d", $x, $y, $z );
 
 print "Using version: $x_y_z_version ( $x_yyyzzz_version )\n";
 
@@ -61,19 +72,19 @@ for my $path ('common/charmonizer.c', 'common/charmonizer.main') {
 $buf = read_file('perl/lib/Lucy.pm');
 $buf =~ s/(our \$VERSION\ +=\ +)'.+?'/$1'$x_yyyzzz_version'/g
     or die "no match";
-$buf =~ s/(bootstrap\s+Lucy\s+)'[\d\.]+'/$1'$x_y_z_version'/
+$buf =~ s/(bootstrap\s+Lucy\s+)'[\d\._]+'/$1'$x_y_z_d_version'/
     or die "no match";
 write_file( 'perl/lib/Lucy.pm', $buf );
 
 # Update Lucy.pod.
 $buf = read_file('perl/lib/Lucy.pod');
-$buf =~ s/(^=head1\s+VERSION\s+)([\d.]+)/$1$x_y_z_version/m
+$buf =~ s/(^=head1\s+VERSION\s+)([\d._]+)/$1$x_y_z_d_version/m
     or die "no match";
 write_file( 'perl/lib/Lucy.pod', $buf );
 
 # Update Build.PL
 $buf = read_file('perl/Build.PL');
-$buf =~ s/(dist_version\ +=>\ +)'.+?'/$1'$x_y_z_version'/
+$buf =~ s/(dist_version\ +=>\ +)'.+?'/$1'$x_y_z_d_version'/
     or die "no match";
 write_file( 'perl/Build.PL', $buf );
 
@@ -164,7 +175,9 @@ depending on the file format and type.
 I<version> may be specified in either format:
 
  X.Y.Z
+ X.Y.Z_D (CPAN developer release)
  X.YYYZZZ
+ X.YYYZZZ_DDD (CPAN developer release)
 
 and update_version will convert the specified string into the 
 correct format for each relevant file.


[5/6] lucy git commit: Add Clownfish and CFC to build_ and configure_requires

Posted by nw...@apache.org.
Add Clownfish and CFC to build_ and configure_requires

Fixes CPAN Testers build on Cygwin and possibly other Windows setups.

Fixes LUCY-288.


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

Branch: refs/heads/0.4
Commit: d1b99f52f68df6811862256a056353ca2adcd99e
Parents: 58b08e3
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jan 31 15:49:16 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Jan 31 15:51:04 2016 +0100

----------------------------------------------------------------------
 devel/bin/update_version | 2 ++
 perl/Build.PL            | 3 +++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/d1b99f52/devel/bin/update_version
----------------------------------------------------------------------
diff --git a/devel/bin/update_version b/devel/bin/update_version
index 1e2237f..73f196f 100755
--- a/devel/bin/update_version
+++ b/devel/bin/update_version
@@ -88,6 +88,8 @@ $buf =~ s/(dist_version\ +=>\ +)'.+?'/$1'$x_y_z_d_version'/
     or die "no match";
 $buf =~ s/(Clownfish::CFC::Perl::Build'\s*=>\s*)(.*?),/$1$x_yyyzzz_version,/g
     or die "no match";
+$buf =~ s/(Clownfish::CFC'\s*=>\s*)(.*?),/$1$x_yyyzzz_version,/g
+    or die "no match";
 $buf =~ s/(Clownfish'\s*=>\s*)(.*?),/$1$x_yyyzzz_version,/g
     or die "no match";
 write_file( 'perl/Build.PL', $buf );

http://git-wip-us.apache.org/repos/asf/lucy/blob/d1b99f52/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index 7715901..4599138 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -46,6 +46,7 @@ my $builder = Lucy::Build->new(
     },
     configure_requires => {
         'Module::Build'               => 0.280801,
+        'Clownfish'                   => 0.004004,
         'Clownfish::CFC::Perl::Build' => 0.004004,
     },
     build_requires     => {
@@ -53,6 +54,8 @@ my $builder = Lucy::Build->new(
         'ExtUtils::CBuilder' => 0.21,
         'ExtUtils::ParseXS'  => 2.18,
         'Devel::PPPort'      => 3.14,
+        'Clownfish'          => 0.004004,
+        'Clownfish::CFC'     => 0.004004,
     },
     meta_merge => { keywords => [qw( search lucy lucene )], },
     meta_add   => {


[2/6] lucy git commit: Update version numbers to 0.4.4

Posted by nw...@apache.org.
Update version numbers to 0.4.4


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

Branch: refs/heads/0.4
Commit: e4ac95ae12ea1e9855e34dc1d0b70b7d2aadb802
Parents: a8d6d52
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Jan 26 13:53:45 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu Jan 28 17:11:51 2016 +0100

----------------------------------------------------------------------
 c/install.sh                                    |  2 +-
 common/charmonizer.c                            |  2 +-
 common/charmonizer.main                         |  2 +-
 core/Lucy.cfp                                   |  4 +-
 core/TestLucy.cfp                               |  6 +--
 perl/Build.PL                                   |  2 +-
 perl/buildlib/Lucy/Build.pm                     |  2 +-
 perl/buildlib/Lucy/Build/Binding/Analysis.pm    |  2 +-
 perl/buildlib/Lucy/Build/Binding/Docs.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                                | 50 ++++++++++----------
 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/Docs/DevGuide.pm                  |  2 +-
 perl/lib/Lucy/Docs/FileLocking.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 +-
 162 files changed, 191 insertions(+), 191 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/c/install.sh
----------------------------------------------------------------------
diff --git a/c/install.sh b/c/install.sh
index d538741..79f35d3 100755
--- a/c/install.sh
+++ b/c/install.sh
@@ -17,7 +17,7 @@
 
 set -e
 
-version=0.4.3
+version=0.4.4
 major_version=0.4
 
 usage()

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/common/charmonizer.c b/common/charmonizer.c
index b95da4b..6b8aeaf 100644
--- a/common/charmonizer.c
+++ b/common/charmonizer.c
@@ -7940,7 +7940,7 @@ typedef struct SourceFileContext {
     chaz_MakeVar *var;
 } SourceFileContext;
 
-static const char lucy_version[]        = "0.4.3";
+static const char lucy_version[]        = "0.4.4";
 static const char lucy_major_version[]  = "0.4";
 
 static void

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/common/charmonizer.main
----------------------------------------------------------------------
diff --git a/common/charmonizer.main b/common/charmonizer.main
index 51940af..321f0c5 100644
--- a/common/charmonizer.main
+++ b/common/charmonizer.main
@@ -45,7 +45,7 @@ typedef struct SourceFileContext {
     chaz_MakeVar *var;
 } SourceFileContext;
 
-static const char lucy_version[]        = "0.4.3";
+static const char lucy_version[]        = "0.4.4";
 static const char lucy_major_version[]  = "0.4";
 
 static void

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/core/Lucy.cfp
----------------------------------------------------------------------
diff --git a/core/Lucy.cfp b/core/Lucy.cfp
index c6ea20f..680a57f 100644
--- a/core/Lucy.cfp
+++ b/core/Lucy.cfp
@@ -1,7 +1,7 @@
 {
     "name": "Lucy",
-    "version": "v0.4.3",
+    "version": "v0.4.4",
     "prerequisites": {
-        "Clownfish": "v0.4.3"
+        "Clownfish": "v0.4.4"
     }
 }

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/core/TestLucy.cfp
----------------------------------------------------------------------
diff --git a/core/TestLucy.cfp b/core/TestLucy.cfp
index 74721f1..1f40c41 100644
--- a/core/TestLucy.cfp
+++ b/core/TestLucy.cfp
@@ -1,8 +1,8 @@
 {
     "name": "TestLucy",
-    "version": "v0.4.3",
+    "version": "v0.4.4",
     "prerequisites": {
-        "Clownfish": "v0.4.3",
-        "Lucy": "v0.4.3"
+        "Clownfish": "v0.4.4",
+        "Lucy": "v0.4.4"
     }
 }

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index 9fd839f..a8eb7e8 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -39,7 +39,7 @@ my $builder = Lucy::Build->new(
     license     => 'apache',
     dist_author =>
         'The Apache Lucy Project <dev at lucy dot apache dot org>',
-    dist_version       => '0.4.3',
+    dist_version       => '0.4.4',
     requires           => {
         'perl'      => '5.8.3',
         'Clownfish' => undef,

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/buildlib/Lucy/Build.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build.pm b/perl/buildlib/Lucy/Build.pm
index fafc9ef..614cb40 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 use File::Spec::Functions qw( catdir catfile rel2abs );

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 e446471..1ff83e6 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/buildlib/Lucy/Build/Binding/Docs.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Docs.pm b/perl/buildlib/Lucy/Build/Binding/Docs.pm
index 11bca96..52781cc 100644
--- a/perl/buildlib/Lucy/Build/Binding/Docs.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Docs.pm
@@ -16,7 +16,7 @@ package Lucy::Build::Binding::Docs;
 use strict;
 use warnings;
 
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 dcea638..cf99c6f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 eb987c4..19b6c13 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 07555f6..6530dd8 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 b42f2ca..8fb5bb9 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 425c5df..6f2bb87 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 2fdc526..8b55921 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 888880e..b1e2223 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 1269114..d6855c2 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 ae7e754..8f3e170 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/buildlib/Lucy/Redacted.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Redacted.pm b/perl/buildlib/Lucy/Redacted.pm
index d26baaf..39b5771 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 use Exporter 'import';

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/buildlib/Lucy/Test/TestUtils.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Test/TestUtils.pm b/perl/buildlib/Lucy/Test/TestUtils.pm
index 8668e5f..2908043 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 use Exporter 'import';

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 9e6a18c..dc811e6 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 sub bind_all {

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy.pm b/perl/lib/Lucy.pm
index 876413c..261fc5b 100644
--- a/perl/lib/Lucy.pm
+++ b/perl/lib/Lucy.pm
@@ -20,7 +20,7 @@ package Lucy;
 
 use 5.008003;
 
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 use Clownfish;
@@ -53,12 +53,12 @@ BEGIN {
     require DynaLoader;
     our @ISA = qw( DynaLoader );
     # This loads a large number of disparate subs.
-    bootstrap Lucy '0.4.3';
+    bootstrap Lucy '0.4.4';
 }
 
 {
     package Lucy::Util::IndexFileNames;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     BEGIN {
         push our @ISA, 'Exporter';
@@ -77,14 +77,14 @@ BEGIN {
 
 {
     package Lucy::Analysis::Analyzer;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( load );
 }
 
 {
     package Lucy::Analysis::RegexTokenizer;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
 
     sub _compile_token_re {qr/$_[0]/}
@@ -99,7 +99,7 @@ BEGIN {
 
 {
     package Lucy::Document::Doc;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Storable ();  # Needed by serialize/deserialize.
     use Lucy qw( STORABLE_freeze STORABLE_thaw load );
@@ -111,14 +111,14 @@ BEGIN {
 
 {
     package Lucy::Index::DocVector;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Index::Indexer;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
 
     sub new {
@@ -132,7 +132,7 @@ BEGIN {
 
 {
     package Lucy::Index::IndexReader;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Carp;
 
@@ -157,7 +157,7 @@ BEGIN {
 
 {
     package Lucy::Index::Segment;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Clownfish qw( to_clownfish );
     sub store_metadata {
@@ -169,21 +169,21 @@ BEGIN {
 
 {
     package Lucy::Index::Similarity;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw load );
 }
 
 {
     package Lucy::Index::TermVector;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Search::Compiler;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Carp;
     use Scalar::Util qw( blessed );
@@ -202,35 +202,35 @@ BEGIN {
 
 {
     package Lucy::Plan::FieldType;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( load );
 }
 
 {
     package Lucy::Plan::Schema;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( load );
 }
 
 {
     package Lucy::Search::MatchDoc;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Search::Query;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw load );
 }
 
 {
     package Lucy::Search::SortRule;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Carp;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
@@ -251,28 +251,28 @@ BEGIN {
 
 {
     package Lucy::Search::SortSpec;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Search::TopDocs;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     use Lucy qw( STORABLE_freeze STORABLE_thaw );
 }
 
 {
     package Lucy::Object::BitVector;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     sub to_arrayref { shift->to_array->to_arrayref }
 }
 
 {
     package Lucy::Store::FileHandle;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     BEGIN {
         push our @ISA, 'Exporter';
@@ -299,7 +299,7 @@ BEGIN {
 
 {
     package Lucy::Store::FSFileHandle;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
 
     sub open {
@@ -312,7 +312,7 @@ BEGIN {
 
 {
     package Lucy::Store::RAMFileHandle;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
 
     sub open {
@@ -325,7 +325,7 @@ BEGIN {
 
 {
     package Lucy::Util::Debug;
-    our $VERSION = '0.004003';
+    our $VERSION = '0.004004';
     $VERSION = eval $VERSION;
     BEGIN {
         push our @ISA, 'Exporter';

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy.pod
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy.pod b/perl/lib/Lucy.pod
index aec4cd9..1dae9fe 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.3
+0.4.4
 
 =head1 SYNOPSIS
 

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/Analyzer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Analyzer.pm b/perl/lib/Lucy/Analysis/Analyzer.pm
index cdf6a0e..aef39be 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/CaseFolder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/CaseFolder.pm b/perl/lib/Lucy/Analysis/CaseFolder.pm
index 6a4f7ef..ddb3622 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/EasyAnalyzer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/EasyAnalyzer.pm b/perl/lib/Lucy/Analysis/EasyAnalyzer.pm
index 4ab8689..609c9d5 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/Inversion.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Inversion.pm b/perl/lib/Lucy/Analysis/Inversion.pm
index 6041aa8..1663b61 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/Normalizer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Normalizer.pm b/perl/lib/Lucy/Analysis/Normalizer.pm
index 559ca54..e45f53f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/PolyAnalyzer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/PolyAnalyzer.pm b/perl/lib/Lucy/Analysis/PolyAnalyzer.pm
index e3a5720..4d9a37d 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/RegexTokenizer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/RegexTokenizer.pm b/perl/lib/Lucy/Analysis/RegexTokenizer.pm
index 9da64c7..b54ef1f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/SnowballStemmer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/SnowballStemmer.pm b/perl/lib/Lucy/Analysis/SnowballStemmer.pm
index ac3ea27..2bcabe4 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/SnowballStopFilter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/SnowballStopFilter.pm b/perl/lib/Lucy/Analysis/SnowballStopFilter.pm
index 33afa65..d56cba6 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/StandardTokenizer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/StandardTokenizer.pm b/perl/lib/Lucy/Analysis/StandardTokenizer.pm
index 40076bc..d661e10 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Analysis/Token.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Analysis/Token.pm b/perl/lib/Lucy/Analysis/Token.pm
index 0a066ca..89785ee 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Docs/DevGuide.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Docs/DevGuide.pm b/perl/lib/Lucy/Docs/DevGuide.pm
index a239436..7bc9ede 100644
--- a/perl/lib/Lucy/Docs/DevGuide.pm
+++ b/perl/lib/Lucy/Docs/DevGuide.pm
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 use Lucy;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Docs/FileLocking.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Docs/FileLocking.pm b/perl/lib/Lucy/Docs/FileLocking.pm
index a239436..7bc9ede 100644
--- a/perl/lib/Lucy/Docs/FileLocking.pm
+++ b/perl/lib/Lucy/Docs/FileLocking.pm
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 use Lucy;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Document/Doc.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Document/Doc.pm b/perl/lib/Lucy/Document/Doc.pm
index 30dbdb3..ee4b502 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Document/HitDoc.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Document/HitDoc.pm b/perl/lib/Lucy/Document/HitDoc.pm
index e01efeb..f779faf 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Highlight/HeatMap.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Highlight/HeatMap.pm b/perl/lib/Lucy/Highlight/HeatMap.pm
index b42817e..4ef84cd 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Highlight/Highlighter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Highlight/Highlighter.pm b/perl/lib/Lucy/Highlight/Highlighter.pm
index 67f1ecb..ce8f4dc 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/BackgroundMerger.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/BackgroundMerger.pm b/perl/lib/Lucy/Index/BackgroundMerger.pm
index db0aaf3..af5e863 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/DataReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DataReader.pm b/perl/lib/Lucy/Index/DataReader.pm
index d106d6a..48a4a9f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/DataWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DataWriter.pm b/perl/lib/Lucy/Index/DataWriter.pm
index 54d4125..dcad381 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/DeletionsReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DeletionsReader.pm b/perl/lib/Lucy/Index/DeletionsReader.pm
index 221ef6d..5837ad4 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/DeletionsWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DeletionsWriter.pm b/perl/lib/Lucy/Index/DeletionsWriter.pm
index c269d9d..cea2b03 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/DocReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DocReader.pm b/perl/lib/Lucy/Index/DocReader.pm
index 7240374..65fd756 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/DocVector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DocVector.pm b/perl/lib/Lucy/Index/DocVector.pm
index 38983f9..34bc03e 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/DocWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/DocWriter.pm b/perl/lib/Lucy/Index/DocWriter.pm
index 3ca2a77..5b55383 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/FilePurger.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/FilePurger.pm b/perl/lib/Lucy/Index/FilePurger.pm
index 8e9e6c9..60a290b 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/HighlightReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/HighlightReader.pm b/perl/lib/Lucy/Index/HighlightReader.pm
index cf6721e..bed22da 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/HighlightWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/HighlightWriter.pm b/perl/lib/Lucy/Index/HighlightWriter.pm
index 146f89a..fb99bfd 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/IndexManager.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/IndexManager.pm b/perl/lib/Lucy/Index/IndexManager.pm
index 5d32878..a20e8dd 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/IndexReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/IndexReader.pm b/perl/lib/Lucy/Index/IndexReader.pm
index be13d9e..203ba3c 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/Indexer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Indexer.pm b/perl/lib/Lucy/Index/Indexer.pm
index 645201c..eb4a61e 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/Inverter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Inverter.pm b/perl/lib/Lucy/Index/Inverter.pm
index 8c91516..44db435 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/Lexicon.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Lexicon.pm b/perl/lib/Lucy/Index/Lexicon.pm
index d9b3dde..c0dc8c5 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/LexiconReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/LexiconReader.pm b/perl/lib/Lucy/Index/LexiconReader.pm
index 0c0f883..b1b3b9c 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/LexiconWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/LexiconWriter.pm b/perl/lib/Lucy/Index/LexiconWriter.pm
index dd75341..e6c2ac0 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/PolyLexicon.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PolyLexicon.pm b/perl/lib/Lucy/Index/PolyLexicon.pm
index e46afd9..9275214 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/PolyReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PolyReader.pm b/perl/lib/Lucy/Index/PolyReader.pm
index 8e0c95f..251bd14 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/Posting.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Posting.pm b/perl/lib/Lucy/Index/Posting.pm
index 22f7f5d..48da672 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 c53bd25..f56d9ee 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 591f1c1..12f1c6e 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 7b6830e..1131525 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/PostingList.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PostingList.pm b/perl/lib/Lucy/Index/PostingList.pm
index 07aa1ff..56690e4 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/PostingListReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PostingListReader.pm b/perl/lib/Lucy/Index/PostingListReader.pm
index 54535c4..a11555f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/PostingListWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/PostingListWriter.pm b/perl/lib/Lucy/Index/PostingListWriter.pm
index 14f8a0c..3eba3cd 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/SegLexicon.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegLexicon.pm b/perl/lib/Lucy/Index/SegLexicon.pm
index 498ff74..d5fccee 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/SegPostingList.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegPostingList.pm b/perl/lib/Lucy/Index/SegPostingList.pm
index bd9103e..d4ec6db 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/SegReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegReader.pm b/perl/lib/Lucy/Index/SegReader.pm
index 367af7c..03f9007 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/SegWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SegWriter.pm b/perl/lib/Lucy/Index/SegWriter.pm
index 035e535..a92a113 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/Segment.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Segment.pm b/perl/lib/Lucy/Index/Segment.pm
index 6532686..077941a 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/Similarity.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Similarity.pm b/perl/lib/Lucy/Index/Similarity.pm
index 5fb8256..6cdb750 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/Snapshot.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/Snapshot.pm b/perl/lib/Lucy/Index/Snapshot.pm
index 385f62d..dcad627 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/SortCache.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SortCache.pm b/perl/lib/Lucy/Index/SortCache.pm
index f7f4c7e..46fdd1e 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/SortReader.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SortReader.pm b/perl/lib/Lucy/Index/SortReader.pm
index 4b3f1ff..962b055 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/SortWriter.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/SortWriter.pm b/perl/lib/Lucy/Index/SortWriter.pm
index 2267842..621d91f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/TermInfo.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/TermInfo.pm b/perl/lib/Lucy/Index/TermInfo.pm
index 938f170..bb43af1 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Index/TermVector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Index/TermVector.pm b/perl/lib/Lucy/Index/TermVector.pm
index eeebb07..bab3d40 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Object/BitVector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Object/BitVector.pm b/perl/lib/Lucy/Object/BitVector.pm
index 392a8f5..b9dc424 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Object/I32Array.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Object/I32Array.pm b/perl/lib/Lucy/Object/I32Array.pm
index 3d6289b..29551b8 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Object/Obj.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Object/Obj.pm b/perl/lib/Lucy/Object/Obj.pm
index 14611d9..58aca5d 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/Architecture.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Architecture.pm b/perl/lib/Lucy/Plan/Architecture.pm
index d8ff6f6..197feb5 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/BlobType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/BlobType.pm b/perl/lib/Lucy/Plan/BlobType.pm
index 680168b..1995a5f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/FieldType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/FieldType.pm b/perl/lib/Lucy/Plan/FieldType.pm
index 3f9f95d..4e01ea3 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/Float32Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Float32Type.pm b/perl/lib/Lucy/Plan/Float32Type.pm
index ddfb893..b0d16a5 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/Float64Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Float64Type.pm b/perl/lib/Lucy/Plan/Float64Type.pm
index bf22937..015660b 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/FullTextType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/FullTextType.pm b/perl/lib/Lucy/Plan/FullTextType.pm
index 170a8d1..67478b1 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/Int32Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Int32Type.pm b/perl/lib/Lucy/Plan/Int32Type.pm
index 88dbf32..62932e4 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/Int64Type.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Int64Type.pm b/perl/lib/Lucy/Plan/Int64Type.pm
index 4c610ba..fd64a1c 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/Schema.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/Schema.pm b/perl/lib/Lucy/Plan/Schema.pm
index 8e31cfe..36dcbfa 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Plan/StringType.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Plan/StringType.pm b/perl/lib/Lucy/Plan/StringType.pm
index 27dddc0..89a899b 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/ANDMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ANDMatcher.pm b/perl/lib/Lucy/Search/ANDMatcher.pm
index 3972d98..e5b3e23 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/ANDQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ANDQuery.pm b/perl/lib/Lucy/Search/ANDQuery.pm
index 4ead25a..b599db3 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/BitVecMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/BitVecMatcher.pm b/perl/lib/Lucy/Search/BitVecMatcher.pm
index b1cb750..951de26 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/Collector.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Collector.pm b/perl/lib/Lucy/Search/Collector.pm
index bc193da..ac1428c 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 202bd74..010e94b 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/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 09c8923..2748983 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/Compiler.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Compiler.pm b/perl/lib/Lucy/Search/Compiler.pm
index e74d669..af9f7c9 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/HitQueue.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/HitQueue.pm b/perl/lib/Lucy/Search/HitQueue.pm
index 49180d7..ba5a8e5 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/Hits.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Hits.pm b/perl/lib/Lucy/Search/Hits.pm
index 50ad46e..817c66b 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/IndexSearcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/IndexSearcher.pm b/perl/lib/Lucy/Search/IndexSearcher.pm
index 632b999..4f37658 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/LeafQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/LeafQuery.pm b/perl/lib/Lucy/Search/LeafQuery.pm
index 2bb4459..4b94967 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/MatchAllQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/MatchAllQuery.pm b/perl/lib/Lucy/Search/MatchAllQuery.pm
index 7b4d168..7eb81e7 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/MatchDoc.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/MatchDoc.pm b/perl/lib/Lucy/Search/MatchDoc.pm
index 83a0d51..67a340d 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/Matcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Matcher.pm b/perl/lib/Lucy/Search/Matcher.pm
index 0dd026e..0877311 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/NOTMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/NOTMatcher.pm b/perl/lib/Lucy/Search/NOTMatcher.pm
index 728650c..1def3f2 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/NOTQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/NOTQuery.pm b/perl/lib/Lucy/Search/NOTQuery.pm
index 3fdfc30..95c96d2 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/NoMatchQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/NoMatchQuery.pm b/perl/lib/Lucy/Search/NoMatchQuery.pm
index a284222..c620c7c 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/ORQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ORQuery.pm b/perl/lib/Lucy/Search/ORQuery.pm
index c482407..e2e3834 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/ORScorer.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/ORScorer.pm b/perl/lib/Lucy/Search/ORScorer.pm
index 7a96292..f7fbf8e 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/PhraseQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PhraseQuery.pm b/perl/lib/Lucy/Search/PhraseQuery.pm
index d573ca2..2dcd41c 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/PolyCompiler.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PolyCompiler.pm b/perl/lib/Lucy/Search/PolyCompiler.pm
index 2d95468..18b233d 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/PolyQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PolyQuery.pm b/perl/lib/Lucy/Search/PolyQuery.pm
index c5a3428..cb5db46 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/PolySearcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/PolySearcher.pm b/perl/lib/Lucy/Search/PolySearcher.pm
index 0a701c4..b843379 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/Query.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Query.pm b/perl/lib/Lucy/Search/Query.pm
index ff6534d..a489887 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/QueryParser.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/QueryParser.pm b/perl/lib/Lucy/Search/QueryParser.pm
index 9260e58..04a3639 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/RangeQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/RangeQuery.pm b/perl/lib/Lucy/Search/RangeQuery.pm
index ee3395e..c951008 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm b/perl/lib/Lucy/Search/RequiredOptionalMatcher.pm
index 6e4ce27..2868e29 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/RequiredOptionalQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/RequiredOptionalQuery.pm b/perl/lib/Lucy/Search/RequiredOptionalQuery.pm
index bd2f95c..ec64ce3 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/Searcher.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Searcher.pm b/perl/lib/Lucy/Search/Searcher.pm
index 0afc059..d5760a6 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/SortRule.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/SortRule.pm b/perl/lib/Lucy/Search/SortRule.pm
index 9a523ba..54c4a3e 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/SortSpec.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/SortSpec.pm b/perl/lib/Lucy/Search/SortSpec.pm
index 17937c0..4373dc6 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/Span.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/Span.pm b/perl/lib/Lucy/Search/Span.pm
index beb2677..403c5cb 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/TermQuery.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/TermQuery.pm b/perl/lib/Lucy/Search/TermQuery.pm
index 68966f7..b73bb35 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Search/TopDocs.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Search/TopDocs.pm b/perl/lib/Lucy/Search/TopDocs.pm
index defacbb..6917c0f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Simple.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Simple.pm b/perl/lib/Lucy/Simple.pm
index 9153a18..ed50460 100644
--- a/perl/lib/Lucy/Simple.pm
+++ b/perl/lib/Lucy/Simple.pm
@@ -18,7 +18,7 @@ use warnings;
 
 package Lucy::Simple;
 use Lucy;
-our $VERSION = '0.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 use Carp;
 use Scalar::Util qw( weaken reftype refaddr );

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/FSFileHandle.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/FSFileHandle.pm b/perl/lib/Lucy/Store/FSFileHandle.pm
index 88161aa..1b4b98a 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/FSFolder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/FSFolder.pm b/perl/lib/Lucy/Store/FSFolder.pm
index a5e9407..4095232 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/FileHandle.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/FileHandle.pm b/perl/lib/Lucy/Store/FileHandle.pm
index 04e019d..1057f61 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/Folder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/Folder.pm b/perl/lib/Lucy/Store/Folder.pm
index 72f88b5..a68be59 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/InStream.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/InStream.pm b/perl/lib/Lucy/Store/InStream.pm
index 024e259..30cbbce 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/Lock.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/Lock.pm b/perl/lib/Lucy/Store/Lock.pm
index c7960e8..839d496 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/LockErr.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/LockErr.pm b/perl/lib/Lucy/Store/LockErr.pm
index 7d297cb..b6eed76 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/LockFactory.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/LockFactory.pm b/perl/lib/Lucy/Store/LockFactory.pm
index f09904a..96b0db6 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/OutStream.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/OutStream.pm b/perl/lib/Lucy/Store/OutStream.pm
index 0a2f728..152eed9 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/RAMFile.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/RAMFile.pm b/perl/lib/Lucy/Store/RAMFile.pm
index 4cdeeb0..033e61f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/RAMFileHandle.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/RAMFileHandle.pm b/perl/lib/Lucy/Store/RAMFileHandle.pm
index 1edf6f1..b16ab28 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Store/RAMFolder.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Store/RAMFolder.pm b/perl/lib/Lucy/Store/RAMFolder.pm
index afd0d13..e28c8ba 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Test.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Test.pm b/perl/lib/Lucy/Test.pm
index 9d8b063..ce1be5f 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.004003';
+our $VERSION = '0.004004';
 $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/e4ac95ae/perl/lib/Lucy/Util/Debug.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/Debug.pm b/perl/lib/Lucy/Util/Debug.pm
index 9711235..ee4cef7 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Util/IndexFileNames.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/IndexFileNames.pm b/perl/lib/Lucy/Util/IndexFileNames.pm
index 0d602a1..6b0996f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Util/Json.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/Json.pm b/perl/lib/Lucy/Util/Json.pm
index eccf09d..535c89f 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;

http://git-wip-us.apache.org/repos/asf/lucy/blob/e4ac95ae/perl/lib/Lucy/Util/MemoryPool.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy/Util/MemoryPool.pm b/perl/lib/Lucy/Util/MemoryPool.pm
index 3d186e6..8cee910 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.004003';
+our $VERSION = '0.004004';
 $VERSION = eval $VERSION;
 
 1;