From 8f9aa6a33b8add4f811c7b17012eee9544cda48b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 15:06:20 -0800 Subject: [PATCH] perldiag: pseudo-hashes are long gone --- pod/perldiag.pod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 1f0c069..e005356 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -650,12 +650,6 @@ that you can chdir to, possibly because it doesn't exist. (P) For some reason you can't check the filesystem of the script for nosuid. -=item Can't coerce array into hash - -(F) You used an array where a hash was expected, but the array has no -information on how to map from keys to array indices. You can do that -only with arrays that have a hash reference at index 0. - =item Can't coerce %s to integer in %s (F) Certain types of SVs, in particular real symbol table entries -- 1.8.3.1