X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=b97a65bb23c40e600016de829eac52213543e1a8;hb=refs%2Ftags%2Fv0.36;hp=648aaf7be7d7809f6579cce69cf5613deb5c90d3;hpb=2cb1dced4bb9a9898138c0ca3d6be8e103fa36c1;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/README b/README index 648aaf7..b97a65b 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.33 + Version 0.36 SYNOPSIS use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/; @@ -341,9 +341,9 @@ FUNCTIONS This accessor fetches the private data associated with the magic $wiz (or the signature $sig) in the variable. It croaks when $wiz or $sig do - not represent a current valid magic object attached to the variable, and - returns "undef" when the wizard has no data constructor or when the data - is actually "undef". + not represent a valid magic object, and returns an empty list if no such + magic is attached to the variable or when the wizard has no data + constructor. # Get the attached data, or undef if the wizard does not attach any. my $data = getdata $x, $wiz;