[perl #132585] [REGRESSION] nested parameterized type names are truncated

2019-05-11 Thread Jan-Olof Hendig via RT
On Fri, 15 Dec 2017 01:18:46 -0800, d...@zwell.net wrote: > The output of a hash of hashes of ints looks my Hash[Int] %nested- > type; > %nested-type.WHAT.say; # output: (Hash[Hash) > > The type should be shown as: (Hash[Hash[Int]]) > > AlexDaniel did a bisect and found this was caused by: >

[perl #132585] [REGRESSION] nested parameterized type names are truncated

2017-12-15 Thread via RT
# New Ticket Created by Dan Zwell # Please include the string: [perl #132585] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132585 > The output of a hash of hashes of ints looks my Hash[Int] %nested-type;