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/synopsis_1.t

use strict;
use warnings;

# this test demonstrates that Test::Warnings can play nicely with
# Test::More::done_testing

use Test::More;
use Test::Warnings;

pass('yay!');
done_testing;