Skip Menu |

This queue is for tickets about the Module-Generic CPAN distribution.

Report information
The Basics
Id: 132676
Status: resolved
Priority: 0/
Queue: Module-Generic

People
Owner: JDEGUEST [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Non integer offset "not-integer" provided to delete array element
This is not causing a test failure, but nevertheless probably unwanted warnings: ... Non integer offset "not-integer" provided to delete array element Use of uninitialized value in string eq at /opt/perl-5.28.2/lib/site_perl/5.28.2/Number/Format.pm line 476. Use of uninitialized value in string eq at /opt/perl-5.28.2/lib/site_perl/5.28.2/Number/Format.pm line 476. Use of uninitialized value in pattern match (m//) at /opt/perl-5.28.2/lib/site_perl/5.28.2/Number/Format.pm line 350. Use of uninitialized value in string eq at /opt/perl-5.28.2/lib/site_perl/5.28.2/Number/Format.pm line 356. t/06.array.t ... ok ...
Thank you for the heads-up. I found the reason for the warning in Number::Format and resolved it. In test unit of Module::Generic::Array I temporarily disabled warnings with "no warnings 'Module::Generic::Array'"