From 2de97ed396196cf5396e51b0364ec26ba62886bb Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 24 Jun 2020 21:26:52 +0100 Subject: [PATCH] Removed "portable" from the warnings list --- perl-common-sense.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-common-sense.spec b/perl-common-sense.spec index 550ae83..5bafce7 100644 --- a/perl-common-sense.spec +++ b/perl-common-sense.spec @@ -47,7 +47,7 @@ It's supposed to be mostly the same, with much lower memory usage, as: no feature qw(array_base); no warnings; use warnings qw(FATAL closed threads internal debugging pack - portable prototype inplace io pipe unpack malloc + prototype inplace io pipe unpack malloc deprecated glob digit printf layer reserved taint closure semicolon); no warnings qw(exec newline unopened); @@ -92,7 +92,7 @@ make test * Thu Apr 2 2020 Paul Howarth - 3.7.5-1 - Update to 3.75 - Make build (more) reproducible - - Removed "portable" from the warnngs list, as 32-bit perls (as opposed to + - Removed "portable" from the warnings list, as 32-bit perls (as opposed to 32-bit platforms) are practically extinct and it warns about a weird subset of operations, e.g. 64-bit hex() is not ok, 64-bit addition is fine, makes no sense; additionally, other than hex/oct etc. harassment, there is