aboutsummaryrefslogtreecommitdiff
path: root/t/meta.t
blob: 6e2447d057f319c8f85cab2729c50030ccc43321 (plain)
1
2
3
4
5
6
7
#!perl6

use lib 'lib';
use Test;
use Test::META;
meta-ok;
done-testing;