From: Vincent Pit Date: Tue, 14 Jul 2009 16:03:09 +0000 (+0200) Subject: Document the diagnostics X-Git-Tag: v0.16~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=a3df7ab3525a6310c383240fda61baa54e05b7bc Document the diagnostics --- diff --git a/lib/indirect.pm b/lib/indirect.pm index f4cc7dc..f793a83 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -143,6 +143,16 @@ sub msg { True iff the module could have been built with thread-safety features enabled. +=head1 DIAGNOSTICS + +=head2 C + +The default warning/exception message thrown when an indirect call on an object is found. + +=head2 C + +The default warning/exception message thrown when an indirect call on a block is found. + =head1 CAVEATS The implementation was tweaked to work around several limitations of vanilla C pragmas : it's thread safe, and doesn't suffer from a C bug that causes all pragmas to propagate into Cd scopes.