# New Ticket Created by Denis Alexandrov # Please include the string: [perl #130200] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130200 >
Version: Rakudo version 2016.11 built on MoarVM version 2016.11 implementing Perl 6.c. OS: Windows 10 x64. Example of the issue: package Attribute::Foo { }; use Attribute::Foo; Attempting to compile such code produces a misleading error message: "Attribute::Foo is a builtin type, not an external module".