[perl #127870] Missing redeclaration error for package foo {}; enum foo

2016-04-13 Thread jn...@jnthn.net via RT
On Sun Apr 10 08:20:19 2016, raiph wrote: > What I did > == > > package foo {} > enum foo > > What I expected > === > > The same redeclaration error I get when I write: > > enum foo ; > package foo {} > > # Redeclaration of symbol foo > > What I got > == > > No

[perl #127870] Missing redeclaration error for package foo {}; enum foo

2016-04-10 Thread via RT
# New Ticket Created by raiph # Please include the string: [perl #127870] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127870 > What I did == package foo {} enum foo What I expected === The same