From f084e84fac2e0bedecf679f5fd3c92e9bdc75165 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 24 Jun 2012 11:20:47 -0700 Subject: [PATCH] perldiag: typo --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6e78bed..7addbc2 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2303,7 +2303,7 @@ operations. (F) Some portion of a version initialization is too large for the size of integers for your architecture. This is not a warning -because there is no rational reason for a version to try and use a +because there is no rational reason for a version to try and use an element larger than typically 2**32. This is usually caused by trying to use some odd mathematical operation as a version, like 100/9. -- 1.8.3.1