File: 030-my-meta.t

package info (click to toggle)
raku-test-meta 0.0.20-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!raku

use v6;

use Test;
use Test::META;

plan 1;

# That's it
meta-ok();


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