diff --git a/src/core/Rakudo/Internals.pm b/src/core/Rakudo/Internals.pm index 606f32963fb..87a13f8a0b4 100644 --- a/src/core/Rakudo/Internals.pm +++ b/src/core/Rakudo/Internals.pm @@ -3,14 +3,16 @@ my role IO { ... } my class IO::Handle { ... } my class IO::Path { ... } my class Rakudo::Metaops { ... } + +my class X::Assignment::ToShaped { ... } my class X::Cannot::Lazy { ... } -my class X::IllegalOnFixedDimensionArray { ... }; -my class X::Assignment::ToShaped { ... }; -my class X::Str::Sprintf::Directives::BadType { ... }; -my class X::Str::Sprintf::Directives::Count { ... }; -my class X::Str::Sprintf::Directives::Unsupported { ... }; +my class X::IllegalDimensionInShape { ... } +my class X::IllegalOnFixedDimensionArray { ... } +my class X::Localizer::NoContainer { ... } +my class X::Str::Sprintf::Directives::BadType { ... } +my class X::Str::Sprintf::Directives::Count { ... } +my class X::Str::Sprintf::Directives::Unsupported { ... } my class X::TypeCheck { ... } -my class X::IllegalDimensionInShape { ... }; my class Rakudo::Internals {