| Current Path : /proc/thread-self/root/usr/share/doc/perl-Test-Warnings/examples/ |
| 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;