summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-15 12:26:58 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-15 12:26:58 -0600
commit1794a42baec679756241cec04be9d5018618ef50 (patch)
treef090ab7b331a3e1342f0964f7ed61757804caa49 /lib
parentc53d2df2c524d9db9af996ac6543831c480b2092 (diff)
downloadpackage-stash-xs-1794a42baec679756241cec04be9d5018618ef50.tar.gz
package-stash-xs-1794a42baec679756241cec04be9d5018618ef50.zip
update the CAVEATS section
Diffstat (limited to 'lib')
-rw-r--r--lib/Package/Stash/XS.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Package/Stash/XS.pm b/lib/Package/Stash/XS.pm
index 0b20026..757a7e9 100644
--- a/lib/Package/Stash/XS.pm
+++ b/lib/Package/Stash/XS.pm
@@ -28,9 +28,10 @@ installed, and should be preferred in all environments with a compiler.
=over 4
-=item * On perl versions prior to 5.10, undefined package scalars will not show up as existing, due to shortcomings within perl.
+=item * Prior to perl 5.10, scalar slots are only considered to exist if they are defined
-=item * GLOB and FORMAT variables are not (yet) accessible through this module.
+This is due to a shortcoming within perl itself. See
+L<perlref/Making References> point 7 for more information.
=back