Skip Menu |

This queue is for tickets about the Method-Signatures-Simple CPAN distribution.

Report information
The Basics
Id: 86186
Status: new
Priority: 0/
Queue: Method-Signatures-Simple

People
Owner: Nobody in particular
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.07
Fixed in: (no value)



Subject: can't use unicode in custom keywords
% cat try.pl #!perl use utf8; use strict; use warnings; use Method::Signatures::Simple function_keyword => 'přöç'; přöç foo($x) { $x } __END__ % perl try.pl Global symbol "$x" requires explicit package name at try.pl line 8. Type of arg 1 to main::přöç must be block or sub {} (not subroutine entry) at try.pl line 8, near ") {" syntax error at try.pl line 8, near ") {" Global symbol "$x" requires explicit package name at try.pl line 8. Execution of try.pl aborted due to compilation errors.