From a5547419d5b6611afb483a3a32dc19fa18b2f172 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 13:54:23 -0800 Subject: [PATCH] perldiag: be realistic --- pod/perldiag.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.8.3.1