# New Ticket Created by Dagur # Please include the string: [perl #118505] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118505 >
> constant %a is export = 5 => 5 5 => 5 > constant %a is export = 5 => 5 Null PMC access in get_string() On a related note, it's possible to re-declare constants. Not sure if that's a bug or not. > constant %b = 1 => 1 1 => 1 > constant %b = 1 => 2 1 => 2
> constant %a is export = 5 => 5
5 => 5
> constant %a is export = 5 => 5
Null PMC access in get_string()
On a related note, it's possible to re-declare constants. Not sure if that's a bug or not.5 => 5
> constant %a is export = 5 => 5
Null PMC access in get_string()
1 => 1
> constant %b = 1 => 2
1 => 2