Work around broken export in Perl 5.15.5+
-----------------------------------------
Key: LUCY-206
URL: https://issues.apache.org/jira/browse/LUCY-206
Project: Lucy
Issue Type: Bug
Components: Perl bindings
Affects Versions: 0.2.2 (incubating), 0.2.1 (incubating), 0.2.0 (incubating), 0.1.0 (incubating)
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Fix For: 0.3.0 (incubating)
In Perl 5.15.5 and 5.15.6, the perlapi macro to_utf8_lower() does not work
properly because it depends on an alias which is not getting defined. This
causes the current implementation of Lucy::Analysis::CaseFolder to break.
We can work around the problem for now by providing the missing #define.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|