~ubuntu-branches/ubuntu/wily/librouter-simple-perl/wily

« back to all changes in this revision

Viewing changes to xt/04_synopsis.t

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting
  • Date: 2012-06-04 21:31:28 UTC
  • Revision ID: package-import@ubuntu.com-20120604213128-tmi08jxwpq0mnuh5
Tags: upstream-0.09
ImportĀ upstreamĀ versionĀ 0.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use strict;
 
2
use warnings;
 
3
use Test::More;
 
4
plan skip_all => 'Test::Synopsis is required for testing' unless eval "use Test::Synopsis; 1";
 
5
all_synopsis_ok();