Skip to content

Commit 15b3c0b

Browse files
committed
Add a basic test for permission indexing.
1 parent e8be691 commit 15b3c0b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

t/permission.t

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
use strict;
2+
use warnings;
3+
4+
use Test::More;
5+
use MetaCPAN::Script::Runner;
6+
7+
local @ARGV = ('permission');
8+
9+
# uses ./t/var/tmp/fakecpan/modules/06perms.txt
10+
ok( MetaCPAN::Script::Runner->run, 'runs' );
11+
12+
done_testing();

0 commit comments

Comments
 (0)