From: Jesse Luehrs Date: Sun, 14 Nov 2010 21:03:11 +0000 (-0600) Subject: document a couple caveats X-Git-Tag: 0.14~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c388e57426487d1084e21fd87c9361b6ae7fdb11;p=gitmo%2FPackage-Stash-XS.git document a couple caveats --- 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