[
https://issues.apache.org/jira/browse/LUCY-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15225896#comment-15225896
]
Nick Wellnhofer commented on LUCY-297:
--------------------------------------
This commit seems to be the culprit:
https://github.com/apache/lucy/commit/633c4d30b74dbd69dbfc2c70c01c7638317c2d6a#diff-7c046a232bd0e83f0dffb3a025cf6cffL65
The old code was
{noformat}
S_set_token_re_but_not_pattern(aTHX_ self, SvRV(token_re_sv));
{noformat}
The commit essentially removed the call to {{SvRV}}. So my pull request should
to do the right thing.
It also turns out that our Travis Perl setup is broken, so this wasn't detected
by automated testing. See CLOWNFISH-88.
> CPAN Testers: "token_re is not a qr// entity"
> ---------------------------------------------
>
> Key: LUCY-297
> URL: https://issues.apache.org/jira/browse/LUCY-297
> Project: Lucy
> Issue Type: Bug
> Components: Analysis, Perl bindings
> Affects Versions: 0.5.0
> Reporter: Nick Wellnhofer
>
> http://www.cpantesters.org/cpan/report/8c9a1bc2-fa55-11e5-b227-b497ee9ed8df
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)