Perl-PrereqScanner-NotQuiteLite

 view release on metacpan or  search on metacpan

t/inline.t  view on Meta::CPAN

use Inline with => 'Tibco::Rv::Inline';
use Inline C => 'DATA', NAME => __PACKAGE__,
   VERSION => $Tibco::Rv::Inline::VERSION;
END

# PATL/Inline-Java-0.53/Java/PerlInterpreter/PerlInterpreter.pm
#SKIP: ignore jvm
test('Inline::Java without VERSION', <<'END', {Inline => 0, 'Inline::Java' => 0});
use Inline (
    Java => 'STUDY',
    EMBEDDED_JNI => 1,
    STUDY => [],
    NAME => 'Inline::Java::PerlInterpreter',
) ;
END

# INGY/Inline-0.80/example/modules/Boo-2.01/lib/Boo/Far.pm
#SKIP: no main.pm
test('with Config', <<'END', {Inline => 0, 'Inline::C' => 0});
use Inline Config => NAME => 'Boo::Far' => VERSION => '2.01';



( run in 0.839 second using v1.01-cache-2.11-cpan-71847e10f99 )