diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-02 18:14:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-02 18:14:26 +0000 |
commit | ba2fdce662d9a18bdc2020e77aeaf62e95c35c7c (patch) | |
tree | fceb9087435b4df2ed25bed011eede2b0f75daa7 /pod/perldiag.pod | |
parent | 766e82465f42e4c56202fbbfba511eef4bdf9557 (diff) | |
download | perl-ba2fdce662d9a18bdc2020e77aeaf62e95c35c7c.tar.gz |
Copying to FORMATs should work (and not fail assertions if the value
is floating point). Copying to ARRAYs and HASHes can't work and should
croak.
p4raw-id: //depot/perl@29666
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c2191823fd..4651661e51 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -493,6 +493,11 @@ then tried to access that symbol via conventional Perl syntax. The access triggers Perl to autovivify that typeglob, but it there is no legal conversion from that type of reference to a typeglob. +=item Cannot copy to %s in %s + +(P) Perl detected an attempt to copy a value to an internal type that cannot +be directly assigned not. + =item Can only compress unsigned integers in pack (F) An argument to pack("w",...) was not an integer. The BER compressed |