summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-14 15:03:11 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-14 15:03:11 -0600
commitc388e57426487d1084e21fd87c9361b6ae7fdb11 (patch)
tree37fdf31398a633fc4af8d30326418dcca3826ede /lib
parent1156452d1223901f0d17c629f7e721f036231f12 (diff)
downloadpackage-stash-xs-c388e57426487d1084e21fd87c9361b6ae7fdb11.tar.gz
package-stash-xs-c388e57426487d1084e21fd87c9361b6ae7fdb11.zip
document a couple caveats
Diffstat (limited to 'lib')
-rw-r--r--lib/Package/Stash.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm
index f31ebc1..816a207 100644
--- a/lib/Package/Stash.pm
+++ b/lib/Package/Stash.pm
@@ -155,9 +155,15 @@ C<$type_filter> is passed, the hash will contain every variable of that type in
the package as values, otherwise, it will contain the typeglobs corresponding
to the variable names (basically, a clone of the stash).
-=head1 BUGS
+=head1 BUGS / CAVEATS
-No known bugs.
+=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 * GLOB and FORMAT variables are not (yet) accessible through this module.
+
+=back
Please report any bugs through RT: email
C<bug-package-stash at rt.cpan.org>, or browse to