From 47f72633b8f571170718e2123c0e9066b4063d84 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 1 Mar 2011 17:20:29 +0100 Subject: Add SYNOPSIS test. --- t/05-synopsis.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 t/05-synopsis.t diff --git a/t/05-synopsis.t b/t/05-synopsis.t new file mode 100755 index 0000000..754072a --- /dev/null +++ b/t/05-synopsis.t @@ -0,0 +1,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(); -- cgit v1.2.3