Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid running tests with old Perls on new systems #1

Merged
merged 1 commit into from Oct 30, 2018
Merged

Avoid running tests with old Perls on new systems #1

merged 1 commit into from Oct 30, 2018

Conversation

HaraldJoerg
Copy link
Contributor

CPAN Testers report errors in the test suite for old Perl versions: http://www.cpantesters.org/distro/O/Org-To-HTML.html

The root cause is that old Perl versions' "use locale" (as in Org::Document) doesn't play well with current systems which have UTF-8-based locales, so actually it is the parser which fails and not the converter. The converter should simply skip the tests on old versions because I'd guess it is safe to assume that these old Perl versions are only in use on older operating systems - where the parser works quite fine.

@perlancar perlancar merged commit 118d8ea into perlancar:master Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants