summaryrefslogtreecommitdiff
path: root/t/00-compile.t
blob: 8e594a88e3b62ebe1ca73554654d8caacfe50692 (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/hashl');
$test->done_testing();