[ic] [interchange] Fix redundant sprintf errors in perl 5.22.0

Stefan Hornburg (Racke) racke at linuxia.de
Fri Jun 23 07:17:54 UTC 2017


Hello David,

thanks very much on your effort to clean up Interchange!

This change caused the following error in the demo on the ICDEVGROUP server:

Unknown warnings category 'redundant' at /home/demo1/interchange/lib/Vend/Util.pm line 95

Regards
          Racke


On 06/22/2017 10:05 PM, David Christensen wrote:
> commit 2488528ca1b4f0e0bb8d7d916ac407fbbc00a276
> Author: David Christensen <david at endpoint.com>
> Date:   Thu Jun 22 14:40:35 2017 -0500
> 
>     Fix redundant sprintf errors in perl 5.22.0
> 
>  lib/Vend/Util.pm |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> ---
> diff --git a/lib/Vend/Util.pm b/lib/Vend/Util.pm
> index be01779..b133663 100644
> --- a/lib/Vend/Util.pm
> +++ b/lib/Vend/Util.pm
> @@ -92,7 +92,7 @@ else {
>  );
>  
>  use strict;
> -no warnings qw(uninitialized numeric);
> +no warnings qw(uninitialized numeric redundant);
>  use Config;
>  use Fcntl;
>  use Errno;
> 
> _______________________________________________
> interchange-cvs mailing list
> interchange-cvs at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
> 


-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration.



More information about the interchange-users mailing list