summaryrefslogtreecommitdiff
path: root/t/01-compile-pl.t
blob: 92bff6e021e9262135c33160ad78e4874531466f (plain)
1
2
3
4
5
6
7
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
use Test::Compile;

all_pl_files_ok();