From 18da52524b416719b1b9f89eb6f23e9f2631fa8f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 24 Jun 2012 12:22:13 -0700 Subject: [PATCH] perldiag: Help splain find version overflow msg There are two variants, and only one was listed here. --- pod/perldiag.pod | 2 ++ t/porting/diag.t | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cce4d54..3dec634 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2301,6 +2301,8 @@ operations. =item Integer overflow in version +=item Integer overflow in version %d + (W overflow) 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 an diff --git a/t/porting/diag.t b/t/porting/diag.t index d86282a..5966bd2 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -403,7 +403,6 @@ glob failed (child exited with status %d%s) Goto undefined subroutine Goto undefined subroutine &%s Illegal character %sin prototype for %s : %s -Integer overflow in version %d internal %p might conflict with future printf extensions invalid control request: '\%o' Invalid range "%c-%c" in transliteration operator -- 1.8.3.1