File: pod_syn.t

package info (click to toggle)
libdate-iso8601-perl 0.005-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 216; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (126)
1
2
3
4
5
6
7
8
use warnings;
use strict;

use Test::More;
plan skip_all => "Test::Pod not available" unless eval "use Test::Pod 1.00; 1";
Test::Pod::all_pod_files_ok();

1;