Help language development. Donate to The Perl Foundation
#!/usr/bin/env raku use v6; use Test; plan 1; use-ok 'URI::FetchFile', "can load the module"; done-testing; # vim: expandtab shiftwidth=4 ft=raku