Re: [interchange] Fix redundant sprintf errors in perl 5.22.0

"Stefan Hornburg (Racke)" <[email protected]>
Newsgroups gmane.comp.web.interchange.users
Message-ID <[email protected]>
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 <[email protected]>
> 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
> [email protected]
> http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
> 


-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.