From 8c8c80ca6e60d6124e11252b6e5cd12c3889b004 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Fri, 7 Feb 2014 16:59:31 -0600 Subject: [PATCH] About to roll 0.23 --- Changes | 2 +- lib/WebService/Solr.pm | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 4d4ebf8..7bd7c56 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension WebService::Solr. -NEXT +0.23 2014-02-07 16:58 - Fix a bug in Webservice::Solr::Query::stringify() where it would sometimes modify the query argument structure passed in. This would make subsequent calls to stringify be broken and wrong, or even blow up. diff --git a/lib/WebService/Solr.pm b/lib/WebService/Solr.pm index 5504ceb..bae6a26 100644 --- a/lib/WebService/Solr.pm +++ b/lib/WebService/Solr.pm @@ -35,7 +35,7 @@ has 'last_response' => ( isa => 'Maybe[WebService::Solr::Response]', ); -our $VERSION = '0.22'; +our $VERSION = '0.23'; sub BUILDARGS { my ( $self, $url, $options ) = @_; @@ -397,10 +397,9 @@ Kirk Beers =head1 COPYRIGHT AND LICENSE -Copyright 2008-2013 National Adult Literacy Database +Copyright 2008-2014 National Adult Literacy Database This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut -