~ubuntu-branches/ubuntu/saucy/munin/saucy

« back to all changes in this revision

Viewing changes to common/t/pod-coverage.t

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-11 12:54:28 UTC
  • mfrom: (8.1.30 sid)
  • Revision ID: package-import@ubuntu.com-20120611125428-k8z25s77rp755vxe
Tags: 2.0.0-1ubuntu1
* Resync with Debian unstable.
* d/munin-node.upstart,munin.upstart: Add upstart configurations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use FindBin;
7
7
use lib "$FindBin::Bin/../lib";
8
8
 
 
9
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
10
 
9
11
eval 'use Test::Pod::Coverage';
10
12
plan (
11
13
    skip_all => "Test::Pod::Coverage required for testing POD coverage"