Re: inheritance and default attributes

2018-04-30 Thread Theo van den Heuvel
Thanks Elibeth and JJMerelo, stupid mistake. I use stack overflow all the time. Thanks, Theo https://stackoverflow.com/questions/50031400/inheriting-private-attributes-in-perl-6 And this is why I always encourage people to post questions to StackOverflow. Or also to StackOverflow :-) JJ

Re: inheritance and default attributes

2018-04-30 Thread JJ Merelo
El lun., 30 abr. 2018 a las 11:08, Elizabeth Mattijsen () escribió: > > On 30 Apr 2018, at 10:55, Theo van den Heuvel > wrote: > > > > Hi all, > > > > trying to make sense of the following excerpt from the documentation on > object construction: > > > >

inheritance and default attributes

2018-04-30 Thread Theo van den Heuvel
Hi all, trying to make sense of the following excerpt from the documentation on object construction: Due to the default behavior of BUILDALL and BUILD submethods, named arguments to the constructor new derived from Mu can correspond directly to public attributes of any of the classes in