Acme-MetaSyntactic-vim

 view release on metacpan or  search on metacpan

t/author/pod_coverage.t  view on Meta::CPAN

#!perl

use 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 :



( run in 0.526 second using v1.01-cache-2.11-cpan-5623c5533a1 )