Help language development. Donate to The Perl Foundation

URI::FetchFile zef:jonathanstowe last updated on 2022-08-07

t/010-use.t
#!/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