summaryrefslogtreecommitdiff
path: root/t/02-synopsis.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-synopsis.t')
-rw-r--r--t/02-synopsis.t13
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();