DEBSOURCES
Skip Quicknav
sources / libarray-iterator-perl / 0.135-1 / t / 10-compile.t
12345678910
#!perl -w use strict; use warnings; use Test::Needs 'Test::Compile'; my $test = Test::Compile->new(); $test->all_files_ok(); $test->done_testing();