File: 010-use.t

package info (click to toggle)
raku-json-marshal 0.0.25-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!raku

use v6;

use Test;

use-ok('JSON::Marshal', 'Can load "JSON::Marshal" ok');

done-testing;
# vim: expandtab shiftwidth=4 ft=raku