This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4e1d879
)
perldiag.pod: Document overload’s invalid arg warning
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 16 Jan 2012 17:59:49 +0000
(09:59 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 16 Jan 2012 20:51:44 +0000
(12:51 -0800)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
1744721
..
544a9ed
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-3473,6
+3473,11
@@
the string being unpacked. See L<perlfunc/pack>.
the string being unpacked. The string being unpacked was also invalid
UTF-8. See L<perlfunc/pack>.
the string being unpacked. The string being unpacked was also invalid
UTF-8. See L<perlfunc/pack>.
+=item overload arg '%s' is invalid
+
+(W overload) The L<overload> pragma was passed an argument it did not
+recognize. Did you mistype an operator?
+
=item Overloaded dereference did not return a reference
(F) An object with an overloaded dereference operator was dereferenced,
=item Overloaded dereference did not return a reference
(F) An object with an overloaded dereference operator was dereferenced,