summaryrefslogtreecommitdiffstats
path: root/t/pod_coverage.t
blob: fc346af9104c4e2813ea6e8b1756cffe3af72e84 (plain)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use Test::More;
use Test::Pod::Coverage;

pod_coverage_ok( "App::BorgRestore");

done_testing;