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

constant declarator doesn't like fully qualified names #5449

Open
p6rt opened this issue Jul 12, 2016 · 2 comments
Open

constant declarator doesn't like fully qualified names #5449

p6rt opened this issue Jul 12, 2016 · 2 comments
Labels
RFC Request For Comments

Comments

@p6rt
Copy link

p6rt commented Jul 12, 2016

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

Searchable as RT128610$

@p6rt
Copy link
Author

p6rt commented Jul 12, 2016

From @gfldex

constant B​::b = 666;
# OUTPUT«===SORRY!=== Error while compiling <tmp>␤Missing initializer on
constant declaration␤at <tmp>​:1␤------> constant B​:⏏​:b = 666;␤»

# expected same behaviour as for
my $A​::a = 42;

@p6rt
Copy link
Author

p6rt commented Aug 23, 2016

@coke - Status changed from 'new' to 'open'

@p6rt p6rt added the RFC Request For Comments label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC Request For Comments
Projects
None yet
Development

No branches or pull requests

1 participant