File: pod.t

package info (click to toggle)
libwww-telegram-botapi-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 639; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;

BEGIN { eval 'use Test::Pod 1.00; 1' || plan skip_all => 'Test::Pod 1.00 required for testing POD'; }

all_pod_files_ok();