File: pod_syn.t

package info (click to toggle)
libxml-easy-perl 0.009-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 432 kB
  • ctags: 112
  • sloc: perl: 2,168; 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;