Skip to content

Commit

Permalink
add meta.t
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Jul 30, 2017
1 parent 9f89ac6 commit e29ecf2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions t/meta.t
@@ -0,0 +1,9 @@
use v6;

use lib 'lib';
use Test;
use Test::META;

meta-ok;

done-testing;

0 comments on commit e29ecf2

Please sign in to comment.