From: Rafael Garcia-Suarez Date: Fri, 28 Sep 2007 13:07:35 +0000 (+0000) Subject: Document hint symbols in B::Concise X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f948f3a7838146191e96fb5ccc47562736bf8ea;p=p5sagit%2Fp5-mst-13.2.git Document hint symbols in B::Concise p4raw-id: //depot/perl@31993 --- diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index 1d0691b..af9c999 100644 --- a/ext/B/B/Concise.pm +++ b/ext/B/B/Concise.pm @@ -1513,7 +1513,28 @@ The numeric value of the OP's flags. =item B<#hints> The COP's hint flags, rendered with abbreviated names if possible. An empty -string if this is not a COP. +string if this is not a COP. Here are the symbols used: + + $ strict refs + & strict subs + * strict vars + i integers + l locale + b bytes + [ arybase + { block scope + % localise %^H + < open in + > open out + I overload int + F overload float + B overload binary + S overload string + R overload re + T taint + E eval + X filetest access + U utf-8 =item B<#hintsval>