Mojolicious-Plugin-Vparam
view release on metacpan or search on metacpan
t/005_compile.t view on Meta::CPAN
use strict;
use utf8;
use open qw(:std :utf8);
use lib qw(lib ../lib);
use Test::More;
plan tests => 1;
use Test::Compile;
subtest 'Perl modules' => sub {
all_pm_files_ok();
};
( run in 0.287 second using v1.01-cache-2.11-cpan-4face438c0f )