diff options
Diffstat (limited to 't')
-rw-r--r-- | t/02-synopsis.t | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/t/02-synopsis.t b/t/02-synopsis.t deleted file mode 100644 index fb2b63f..0000000 --- a/t/02-synopsis.t +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env perl -use strict; -use warnings; - -use Test::More; - -eval "use Test::Synopsis"; - -if ($@) { - plan skip_all => 'Test::Synopsis required for testing'; -} - -all_synopsis_ok(); |