summaryrefslogtreecommitdiff
path: root/t/10-pod.t
blob: a488dfa8039d81fecd27faed7be6f6cadd852eab (plain)
1
2
3
4
5
6
7
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
use Test::Pod;

all_pod_files_ok();