Files
linguist/samples/Perl6/A.pm
2014-11-30 22:28:06 -06:00

10 lines
129 B
Raku

# used in t/spec/S11-modules/nested.t
BEGIN { @*INC.push('t/spec/packages') };
module A::A {
use A::B;
}
# vim: ft=perl6