summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-28 13:07:35 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-28 13:07:35 +0000
commit4f948f3a7838146191e96fb5ccc47562736bf8ea (patch)
tree93887e9967f99a56f6e248db9ba7094f2062d40d
parentc954b578ebf1741bf667c502ede90a6108e3b382 (diff)
downloadperl-4f948f3a7838146191e96fb5ccc47562736bf8ea.tar.gz
Document hint symbols in B::Concise
p4raw-id: //depot/perl@31993
-rw-r--r--ext/B/B/Concise.pm23
1 files changed, 22 insertions, 1 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index 1d0691b098..af9c999f38 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>