Lua-API

 view release on metacpan or  search on metacpan

t/000_standard__compile.t  view on Meta::CPAN

#!/usr/bin/perl -w

use strict;
use warnings;

BEGIN {
    use Test::More;
    eval "use Test::Compile";
    Test::More->builder->BAIL_OUT(
        "Test::Compile required for testing compilation") if $@;
    all_pm_files_ok();
}
    



( run in 0.962 second using v1.01-cache-2.11-cpan-4face438c0f )