File: pod-cm.t

package info (click to toggle)
liblingua-en-namecase-perl 1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 455; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl -w

use strict;
use warnings;

use Test::Most;

eval 'use Test::Pod::Spelling::CommonMistakes';
if($@) {
	plan skip_all => 'Test::Pod::Spelling::CommonMistakes required for testing POD spelling';
} else {
	all_pod_files_ok();
}