Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-Test-Requires/t/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-Test-Requires/t/02_no_plan.t

BEGIN { $ENV{RELEASE_TESTING} = 0 };
use strict;
use warnings;
use Test::More 'no_plan';
use Test::Requires;

test_requires 'Acme::Unknown::Missing::Module::Name';

fail 'do not reach here';