summaryrefslogtreecommitdiff
path: root/t/00-compile.t
blob: 0b0ce37ea0840d0edcf50f98c26a02c95e0309dd (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('bin/hashl');