From: Father Chrysostomos Date: Sat, 12 Feb 2011 21:54:23 +0000 (-0800) Subject: perldiag: be realistic X-Git-Tag: v5.13.10~300 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/a5547419d5b6611afb483a3a32dc19fa18b2f172 perldiag: be realistic --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 43f81cd..94bb0d1 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -365,15 +365,15 @@ dereference it first. See L. (D deprecated) You have used the attributes pragma to modify the "locked" 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 +effect since 5005 threads were removed, and will be removed in a future release of Perl 5. =item Attribute "unique" is deprecated (D deprecated) You have used the attributes pragma to modify the "unique" attribute on an array, hash or scalar reference. The :unique attribute has -had no effect since Perl 5.8.8, and will be removed in the next major -release of Perl 5. +had no effect since Perl 5.8.8, and will be removed in a future release +of Perl 5. =item Bad arg length for %s, is %u, should be %d