Skip to content

Instantly share code, notes, and snippets.

@petdance
Created May 16, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petdance/714e94959f5566e8f61b181f09643db8 to your computer and use it in GitHub Desktop.
Save petdance/714e94959f5566e8f61b181f09643db8 to your computer and use it in GitHub Desktop.
package TW::WebService::Solr::Query;
use Moose;
extends 'WebService::Solr::Query';
has localparams => ( is => 'ro', isa => 'Str', default => sub { '' } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment