Help language development. Donate to The Perl Foundation
#!raku use v6; use Test; use-ok('IO::Path::Mode', 'Can load "IO::Path::Mode" ok'); done-testing; # vim: expandtab shiftwidth=4 ft=raku