Camelia

class X::Package::Stubbed

src
    class X::Package::Stubbed does X::Comp { }

 
Thrown at CHECK time when there are packages stubbed but not later defined. For example
    class A { ... }     # literal ...
    class B { ... }     # literal ...

 
dies with
    ===SORRY!===
    The following packages were stubbed but not defined:
        A
        B

 

Methods

packages

    method packages() returns Positional:D

 
Returns a list of packages that were stubbed but not defined.

Perl 6 Tricks and Treats newsletter

Register to the free newsletter now, and get updates and news.
Email:
Name: