summaryrefslogtreecommitdiff
path: root/t/05-synopsis.t
blob: 754072a13b7e5fbfb3d28b3ef4a7b9011e8a0633 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;

use Test::More;
eval "use Test::Synopsis";
plan skip_all => "Test::Synopsis required for testing" if $@;
all_synopsis_ok();