From c388e57426487d1084e21fd87c9361b6ae7fdb11 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 14 Nov 2010 15:03:11 -0600 Subject: document a couple caveats --- lib/Package/Stash.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lib') 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, or browse to -- cgit v1.2.3-54-g00ecf