diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 746c3b9b63..f2a4a1a72f 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -313,6 +313,13 @@ attribute on a code reference. The :locked attribute is obsolete, has had no effect since 5005 threads were removed, and will be removed in the next major release of Perl 5. +=item Attribute "unique" is deprecated + +(D deprecated) You have used the attributes pragam to modify the "unique" +attribute on a array, hash or scalar reference. The :unique attribute is has +had no no effect since Perl 5.8.8, and will be removed in the next major +release of Perl 5. + =item Bad arg length for %s, is %d, should be %s (F) You passed a buffer of the wrong size to one of msgctl(), semctl() |