DEBSOURCES
Skip Quicknav
sources / libtest-deep-perl / 0.113-1 / t / std.pm
1234567891011
use Test::Tester; use Test::More qw(no_plan); use Test::NoWarnings; use Test::Deep; Test::Deep::builder(Test::Tester::capture()); 1;