DEBSOURCES
Skip Quicknav
sources / libtest-nowarnings-perl / 1.06-2 / t / 07_done_testing.t
12345678910
use strict; use warnings; use Test::More; use Test::NoWarnings 'had_no_warnings'; pass("just testing"); had_no_warnings; done_testing;