summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-12-03 21:37:48 -0700
committerKarl Williamson <public@khwilliamson.com>2011-12-14 10:56:56 -0700
commitd9f23c728997f4a36eaaba74c9acd1460dc23593 (patch)
treefe4212ff78a564c628805bd3f53fabfd74d0c8d8 /op.c
parent123148a1e2fb71a4d149331f6e5f0303fcbbfbd1 (diff)
downloadperl-d9f23c728997f4a36eaaba74c9acd1460dc23593.tar.gz
charnames and perlapi: pod nits
Diffstat (limited to 'op.c')
-rw-r--r--op.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/op.c b/op.c
index 2cd3e44374..313087d34a 100644
--- a/op.c
+++ b/op.c
@@ -4761,7 +4761,7 @@ Loads the module whose name is pointed to by the string part of name.
Note that the actual module name, not its filename, should be given.
Eg, "Foo::Bar" instead of "Foo/Bar.pm". flags can be any of
PERL_LOADMOD_DENY, PERL_LOADMOD_NOIMPORT, or PERL_LOADMOD_IMPORT_OPS
-(or 0 for no flags). ver, if specified, provides version semantics
+(or 0 for no flags). ver, if specified and not NULL, provides version semantics
similar to C<use Foo::Bar VERSION>. The optional trailing SV*
arguments can be used to specify arguments to the module's import()
method, similar to C<use Foo::Bar VERSION LIST>. They must be
@@ -4770,6 +4770,8 @@ be omitted when the PERL_LOADMOD_NOIMPORT flag has been used.
Otherwise at least a single NULL pointer to designate the default
import list is required.
+The reference count for each specified C<SV*> parameter is decremented.
+
=cut */
void