summaryrefslogtreecommitdiff
path: root/test/00-compile.t
blob: d7b89cbcab43a082777080503e5416c5cdbb15e6 (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::Compile;

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