File: pod.t

package info (click to toggle)
libuser-simple-perl 1.45-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 710; makefile: 2
file content (11 lines) | stat: -r--r--r-- 263 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;
no warnings qw(redefine);
eval 'use Test::Pod';

all_pod_files_ok();

sub all_pod_files_ok {
    # This definition will be overwritten if Test::Pod is available
    print "1..1\nok 1 - Skipping POD tests - Test::Pod not available?\n";
}