diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-11 23:02:41 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-11 23:04:29 -0700 |
commit | 5b36e9450efc47317616775e6c3eb0daba56035c (patch) | |
tree | cd7cbc7aa620f5d5e5ce5aebcc8e1796581ad876 /cv.h | |
parent | bb619f370aef1336c90dc1522addf0eff4dfd6c6 (diff) | |
download | perl-5b36e9450efc47317616775e6c3eb0daba56035c.tar.gz |
Improve documentation of XS autoloading
Diffstat (limited to 'cv.h')
-rw-r--r-- | cv.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Returns the stash of the CV. A stash is the symbol table hash, containing the package-scoped variables in the package where the subroutine was defined. For more information, see L<perlguts>. +This also has a special use with XS AUTOLOAD subs. +See L<perlguts/Autoloading with XSUBs>. + =cut */ |