summaryrefslogtreecommitdiff
path: root/t/00-compile.t
blob: 375237c3031b9b0de97f31e1c88b262e401c993c (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
use Test::More;
use Test::Compile;

my $test = Test::Compile->new();
$test->all_files_ok('bin/raps2');
$test->done_testing();