Skip to content

Commit

Permalink
About to roll 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Feb 7, 2014
1 parent 8a1a642 commit 8c8c80c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 2 additions & 3 deletions lib/WebService/Solr.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) = @_;
Expand Down Expand Up @@ -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

0 comments on commit 8c8c80c

Please sign in to comment.