summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-11 23:02:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-11 23:04:29 -0700
commit5b36e9450efc47317616775e6c3eb0daba56035c (patch)
treecd7cbc7aa620f5d5e5ce5aebcc8e1796581ad876 /cv.h
parentbb619f370aef1336c90dc1522addf0eff4dfd6c6 (diff)
downloadperl-5b36e9450efc47317616775e6c3eb0daba56035c.tar.gz
Improve documentation of XS autoloading
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cv.h b/cv.h
index ebc876a540..baf769296a 100644
--- a/cv.h
+++ b/cv.h
@@ -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
*/