File: 04pod.t

package info (click to toggle)
liblogger-simple-perl 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88 kB
  • sloc: perl: 105; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
eval "use Test::Pod tests => 1";

if($@){
  print"Test::Pod must be installed to test POD\n";
  exit;
}

pod_file_ok("Simple.pm","POD looks good");