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

Line numbers broken by typed parameter #42

Closed
falsifian opened this issue Apr 19, 2023 · 0 comments
Closed

Line numbers broken by typed parameter #42

falsifian opened this issue Apr 19, 2023 · 0 comments
Labels

Comments

@falsifian
Copy link

falsifian commented Apr 19, 2023

Running this three-line perl program:

use Function::Parameters { fun => { reify_type => 'moose' } };
fun f( Num $x ) { }
die;

produces Died at f.pl line 8..

This is perl 5.36 on OpenBSD current. EDIT: and Function::Parameters 2.002002.

@mauke mauke closed this as completed in f1b09e7 Apr 19, 2023
@mauke mauke added the bug label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants