What could be the reason that `require` doesn't work in some places?
问题 Loading a module ( ABC ) with require works in one module of a distribution while it fails in another module of the distribution. What could be the reason that loading ABC with require fails in one place? require Name::ABC; my $new = Name::ABC.new(); # dies: You cannot create an instance of this type (ABC) perl6 -v This is Rakudo Star version 2019.03.1 built on MoarVM version 2019.03 implementing Perl 6.d. The the required module: App::DBBrowser::Subqueries App::DBBrowser::Union, line 80: OK