123456789101112131415161718192021 #!perl##################### LOAD MODULES####################use strict;use warnings FATAL => 'all';use Test::More;use Test::Pod;# Autoflush ONlocal $| = 1;# Test PODmy $ok = all_pod_files_ok();# Donedone_testing();exit 1 if not $ok;exit 0;
#!perl
####################
# LOAD MODULES
use
strict;
warnings
FATAL
=>
'all'
;
Test::More;
Test::Pod;
# Autoflush ON
local
$| = 1;
# Test POD
my
$ok
= all_pod_files_ok();
# Done
done_testing();
exit
1
if
not
0;