File: pod.t

package info (click to toggle)
libkeyword-simple-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 128; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
#!perl

use strict;
use warnings;
use Test::Pod 1.22;

all_pod_files_ok();