X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPackage%2FStash.pm;h=532a85d46e67508352ef6ed3750e3137a106347b;hb=7ef54f40657ca05b95a31e7c81c28c2446b2cf37;hp=3a79c2c6b25e85eb2fee3a058de02b7469dac619;hpb=fcc593391ce79d11386af5064dd216682e6f843f;p=gitmo%2FPackage-Stash.git diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm index 3a79c2c..532a85d 100644 --- a/lib/Package/Stash.pm +++ b/lib/Package/Stash.pm @@ -197,6 +197,11 @@ to the variable names (basically, a clone of the stash). =over 4 +=item * Prior to perl 5.10, scalar slots are only considered to exist if they are defined + +This is due to a shortcoming within perl itself. See +L point 7 for more information. + =item * GLOB and FORMAT variables are not (yet) accessible through this module. =item * Also, see the BUGS section for the specific backends (L and L)