# WebService::Solr

WebService::Solr is a Perl module to interface with the Solr web service.

To install:

    perl Makefile.PL
    make
    make test
    make install

# Copyright & License

Copyright 2008-2014 National Adult Literacy Database
Copyright 2015-2020 Andy Lester

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.