Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-Test-Warnings/examples/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-Test-Warnings/examples/test_nowarnings.t

use strict;
use warnings;

use Test::More;
use Test::NoWarnings 1.04 ':early';

pass('yay!');
done_testing;