Subject: | "Use of my $_ is experimental" in uniprops executable |
Under version 1.04, and perl 5.19.4:
$; uniprops U+00A0
Use of my $_ is experimental at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 189.
Use of my $_ is experimental at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 243.
Use of my $_ is experimental at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 452.
Use of my $_ is experimental at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 590.
Use of my $_ is experimental at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 649.
Use of my $_ is experimental at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 676.
U+00A0 ‹U+00A0› \N{NO-BREAK SPACE}
\s \h \pZ \p{Zs}
Untrapped fatal exception: CODE ERR at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 578.
at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 137.
main::__ANON__("CODE ERR at /Users/ether/.perlbrew/libs/19.4\@std/bin/uniprops"...) called at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 578
main::uniprops("\x{a0}") called at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 410
main::uprops_chr("\x{a0}") called at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 381
main::uprops_cp(160) called at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 198
main::main() called at /Users/ether/.perlbrew/libs/19.4@std/bin/uniprops line 116
This looks like it might be related to RT#85988.