123456789101112 #!perl -wuse strict;use warnings;use Test::DescribeMe qw(author);use Test::Most;use Test::Needs { 'Test::Pod' => '1.22' };Test::Pod->import();all_pod_files_ok();
#!perl -w
use
strict;
warnings;
Test::DescribeMe
qw(author)
;
Test::Most;
Test::Needs {
'Test::Pod'
=>
'1.22'
};
Test::Pod->
import
();
all_pod_files_ok();