File: 010-use.t

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

use v6;

use Test;

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

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