mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
9
samples/Perl 6/A.pm
Normal file
9
samples/Perl 6/A.pm
Normal file
@@ -0,0 +1,9 @@
|
||||
# used in t/spec/S11-modules/nested.t
|
||||
|
||||
BEGIN { @*INC.push('t/spec/packages') };
|
||||
|
||||
module A::A {
|
||||
use A::B;
|
||||
}
|
||||
|
||||
# vim: ft=perl6
|
||||
Reference in New Issue
Block a user