File: 02_pod.t

package info (click to toggle)
libnetsds-perl 1.301-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 1,516; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env perl
#===============================================================================
#
#         FILE:  02_pod.t
#
#  DESCRIPTION:  
#
#       AUTHOR:  Michael Bochkaryov (Rattler), <misha@rattler.kiev.ua>
#      COMPANY:  Net.Style
#      VERSION:  1.0
#      CREATED:  13.07.2008 23:51:01 EEST
#     REVISION:  $Id: 02_pod.t 8 2008-07-13 21:11:35Z misha $
#===============================================================================

use strict;
use warnings;

use Test::More;                      # last test to print

# We need at least 1.14 version to check POD data
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;

all_pod_files_ok();