This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
authorNicholas Clark <nick@ccl4.org>
Thu, 25 Jan 2007 20:57:56 +0000 (20:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Jan 2007 20:57:56 +0000 (20:57 +0000)
commitda51bb9b4f7f527464b5e38aca8bcb956de1bbbc
treef2f952634f7d10137a8e0c223426969a64d76ff6
parentede8ac17cc8980652fa00e4d3b33ce031d6bbd24
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
of flags, not a boolean, so correct the documenation and callers.

p4raw-id: //depot/perl@29977
18 files changed:
embed.fnc
ext/B/B.xs
ext/IPC/SysV/SysV.xs
ext/PerlIO/via/via.xs
ext/Storable/Storable.xs
gv.c
op.c
perlio.c
pod/perlapi.pod
pod/perlguts.pod
pp.c
pp_hot.c
pp_sys.c
proto.h
sv.c
toke.c
universal.c
utf8.c