12345678910111213 #!perluse strict;use warnings;use Test::More;use Test::Pod::Coverage;all_pod_coverage_ok();# setup vim: set filetype=perl tabstop=4 softtabstop=4 expandtab :# setup vim: set shiftwidth=4 shiftround textwidth=0 nowrap autoindent :# setup vim: set foldmethod=indent foldlevel=0 :
#!perl
use
strict;
warnings;
Test::More;
Test::Pod::Coverage;
all_pod_coverage_ok();
# setup vim: set filetype=perl tabstop=4 softtabstop=4 expandtab :
# setup vim: set shiftwidth=4 shiftround textwidth=0 nowrap autoindent :
# setup vim: set foldmethod=indent foldlevel=0 :