Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix .= initialization of attributes for types w/
:: in name
The Perl6::World needs all namespace parts as separate strings in the Array, but currently it shoves the entire name as one item, which makes World fail to find the needed type. Fix by splitting the name on `::` before handing it to World. Bug find: https://irclog.perlgeek.de/perl6/2017-01-23#i_13976744
- Loading branch information