summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2012-08-25 12:28:38 +0200
committerYves Orton <demerphq@gmail.com>2012-08-25 12:29:05 +0200
commit566a47183036deef74951fc8ae518f56a9e2802e (patch)
tree44fa1b3eced996e1dabb61e355e8c8e783376890 /gv.c
parenta8b106e98e200a856e104d1f320e306cea9369e4 (diff)
downloadperl-566a47183036deef74951fc8ae518f56a9e2802e.tar.gz
minor doc patches to api stuff
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index 122811c41f..c6e474e580 100644
--- a/gv.c
+++ b/gv.c
@@ -1315,6 +1315,16 @@ created if it does not already exist. If the package does not exist and
C<flags> is 0 (or any other setting that does not create packages) then NULL
is returned.
+Flags may be one of:
+
+ GV_ADD
+ SVf_UTF8
+ GV_NOADD_NOINIT
+ GV_NOINIT
+ GV_NOEXPAND
+ GV_ADDMG
+
+The most important of which are probably GV_ADD and SVf_UTF8.
=cut
*/