Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-Test-Warnings/examples/
Upload File :
Current File : //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;