Lines Matching defs:warn
537 return warn "$message$stuff.\n";
542 # will always get here for &warn. will only get here for &warnif if the
588 sub warn
645 warnings::warn("some warning");
649 warnings::warn("void", "some warning");
653 warnings::warn($object, "some warning");
1113 Libraries using L<warnings::warn|/FUNCTIONS> for custom warning categories
1114 generally don't expect L<warnings::warn|/FUNCTIONS> to be fatal and can wind up
1138 not warn now may warn in a future release of Perl if the Perl5 development
1228 warnings::warn("changing relative path to /var/abc")
1267 warnings::warn("deprecated",
1286 Either the C<warnings::warn> or C<warnings::warnif> function should be
1299 The three warnings functions, C<warnings::warn>, C<warnings::warnif>
1323 { warnings::warn($self, "Odd numbers are unsafe") }
1444 =item warnings::warn($message)
1453 =item warnings::warn($category, $message)
1460 =item warnings::warn($object, $message)
1472 Like C<warnings::warn>, but $level specifies the exact call frame,
1480 { warnings::warn($message) }
1487 { warnings::warn($category, $message) }
1494 { warnings::warn($object, $message) }