File: pod_syn.t

package info (click to toggle)
libdata-alias-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 396 kB
  • sloc: perl: 2,797; 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;