123456789 use strict;use warnings;# Test Pod::Constant with no PODuse Test::More tests => 1;use Pod::Constant qw(:all);pass( 'Module passes through without error' );
use
strict;
warnings;
# Test Pod::Constant with no POD
Test::More
tests
=> 1;
Pod::Constant
qw(:all)
;
pass(
'Module passes through without error'
);