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

space in sub:name () {} needed if colon in name and has sig #4831

Open
p6rt opened this issue Dec 7, 2015 · 3 comments
Open

space in sub:name () {} needed if colon in name and has sig #4831

p6rt opened this issue Dec 7, 2015 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 7, 2015

Migrated from rt.perl.org#126836 (status was 'open')

Searchable as RT126836$

@p6rt
Copy link
Author

p6rt commented Dec 7, 2015

From @LLFourn

sub foo() {} #fine
sub foo​:bar {} #fine
sub foo​:bar() {} #LTA error
sub foo​:bar () {} # fine

@p6rt
Copy link
Author

p6rt commented Dec 7, 2015

From @coke

On Mon Dec 07 06​:18​:52 2015, lloyd.fourn@​gmail.com wrote​:

sub foo() {} #fine
sub foo​:bar {} #fine
sub foo​:bar() {} #LTA error
sub foo​:bar () {} # fine

To be clear, here is the LTA error​:

sub foo​:bar() {}
===SORRY!=== Error while compiling <unknown file>
Null operator is not allowed
at <unknown file>​:1

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Dec 7, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt p6rt added the Bug label Jan 5, 2020
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

1 participant