Subject: | silent failure for unicode in sub names |
$ cat bug/unicode-func
#!perl
use utf8;
use Method::Signatures::Simple;
func hörps() {}
hörps();
__END__
$ perl bug/unicode-func
Undefined subroutine &main::hörps called at bug/unicode-func line 5.
This queue is for tickets about the Method-Signatures-Simple CPAN distribution.
The Basics
People
|
Bug Information
|