Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 06cf95c9066e7f01acdee12268b51836 > files > 15

perl-Test-Warnings-0.16.0-3.mga5.noarch.rpm

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;