# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #114380]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=114380 >
... a undefined default value of a class that does a role.
role R {
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: bbbdb7846857f0e136cede8a1b2e7e5257ca42d3
https://github.com/perl6/specs/commit/bbbdb7846857f0e136cede8a1b2e7e5257ca42d3
Author: Moritz Lenz
Date: 2012-08-02 (Thu, 02 Aug 2012)
Changed paths:
M S32-se
On Thu Aug 02 08:42:40 2012, gfldex wrote:
> ... a undefined default value of a class that does a role.
>
> role R {
> our $.r; # this is required
> # my $.r; # this would trigger the bug too
> }
>
> class C does R {
> our $.c = LolImUndefined;
> }
Nice find.
We can even