| Current Path : /proc/thread-self/root/usr/share/doc/perl-Test-Requires/t/ |
| Current File : //proc/thread-self/root/usr/share/doc/perl-Test-Requires/t/04_import_array.t |
BEGIN { $ENV{RELEASE_TESTING} = 0 };
use strict;
use warnings;
use Test::More;
use Test::Requires qw(
Acme::Unknown::Missing::Module::Name
);
plan tests => 3;
fail 'do not reach here';