File: 950_pod.t

package info (click to toggle)
libalgorithm-numerical-sample-perl 2010011201-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 156; makefile: 2
file content (15 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

use Test::More;

use strict;
use warnings;
no  warnings 'syntax';

eval "use Test::Pod 1.00; 1" or
      plan skip_all => "Test::Pod required for testing POD";

all_pod_files_ok ();


__END__