File: 02pod.t

package info (click to toggle)
libtext-simpletable-perl 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 80 kB
  • ctags: 7
  • sloc: perl: 297; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!perl

# Copyright (C) 2005-2009, Sebastian Riedel.

use strict;
use warnings;

use Test::More;

eval "use Test::Pod 1.14";
plan skip_all => 'Test::Pod 1.14 required' if $@;
plan skip_all => 'set TEST_POD to enable this test (developer only!)'
  unless $ENV{TEST_POD};

# Marge, it takes two to lie. One to lie and one to listen.
all_pod_files_ok();