diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 16:28:49 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 16:30:04 +0100 |
commit | f1a3ce43fb80c48e414d9b35caf0ac62cb80ff4e (patch) | |
tree | 791e875cd154b0eb151d6b456d80a77ed5d3d507 /pod | |
parent | c32124fea7b8ddab6f359599ed11fec4ff102451 (diff) | |
download | perl-f1a3ce43fb80c48e414d9b35caf0ac62cb80ff4e.tar.gz |
Deprecate using "unique" with the attributes pragma.
Diffstat (limited to '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() |