Searched defs:catch_warning (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DManifest.t47 sub catch_warning { subroutine
74 my ($res, $warn) = catch_warning( \&mkmanifest );
93 ($res, $warn) = catch_warning( \&filecheck );
100 catch_warning( \&skipcheck )
108 ($res, $warn) = catch_warning( \&skipcheck );
112 catch_warning( sub {
145 eval { (undef, $warn) = catch_warning( sub {
159 ($res, $warn) = catch_warning( \&mkmanifest );
171 ($res, $warn) = catch_warning( \&skipcheck );
180 ($res, $warn) = catch_warning( \
[all...]

Completed in 15 milliseconds