Created
May 16, 2016 18:38
-
-
Save petdance/714e94959f5566e8f61b181f09643db8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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