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

Broken by unicore/Name.pl change in 5.32 #2

Closed
ilmari opened this issue Jun 29, 2020 · 1 comment
Closed

Broken by unicore/Name.pl change in 5.32 #2

ilmari opened this issue Jun 29, 2020 · 1 comment

Comments

@ilmari
Copy link
Contributor

ilmari commented Jun 29, 2020

The return value of require 'unicore/Name.pl' has changed from lines of tab-separated codepoint/name pairs to paragraphs of newline-separated pairs:

$ perl5.30.0 -e 'print require "unicore/Name.pl"' |head -n6
00000	NULL
00000	NUL
00001	START OF HEADING
00001	SOH
00002	START OF TEXT
00002	STX
$ perl5.32.0 -e 'print require "unicore/Name.pl"' |head -n6
00000
NULL

00000
NUL

@jjatria
Copy link

jjatria commented Jul 15, 2020

This was fixed in 7a064a0 and released to CPAN as 9.004

@ilmari ilmari closed this as completed Jul 15, 2020
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

No branches or pull requests

2 participants