# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115364]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115364 >
<masak> r: package X is Associative { }
<p6eval> rakudo d171b9: OUTPUT«===SORRY!===Method 'add_parent' not
found for invocant of class 'Perl6::Metamodel::PackageHOW'at
/tmp/mq69N3UynC:1»
<masak> heh.
* masak submits rakudobug
<masak> the MOP and packages are not the best of friends, it seems.
<jnthn> The fix is to check for an add_parent method and whine if it
ain't there.
<masak> right.
<masak> agree.