summaryrefslogtreecommitdiff
path: root/t/10-pod-coverage.t
blob: df811770af40be0ee2397fb7b62d207cebfd4bfe (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
use Test::More;
use Test::Pod;

all_pod_files_ok(qw{ bin/comirror bin/comirror-setup });