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

« back to all changes in this revision

Viewing changes to plugins/t/pod.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:
3
3
 
4
4
use Test::More;
5
5
 
 
6
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
7
 
6
8
eval 'use Test::Pod';
7
9
plan (
8
10
    skip_all => "Test::Pod required for testing for POD errors"