Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix test counts
  • Loading branch information
cjfields committed Jan 8, 2016
1 parent 273fe86 commit 7ff282a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions t/00-meta.t
Expand Up @@ -5,7 +5,9 @@ constant AUTHOR = ?%*ENV<TEST_AUTHOR>;

if AUTHOR {
require Test::META <&meta-ok>;
plan 1;
meta-ok;
done-testing;
}
} else {
ok(1);
done-testing;
}

0 comments on commit 7ff282a

Please sign in to comment.