Skip Menu |

This queue is for tickets about the JSON-DWIW CPAN distribution.

Report information
The Basics
Id: 58034
Status: open
Priority: 0/
Queue: JSON-DWIW

People
Owner: Nobody in particular
Requestors: APOCAL [...] cpan.org
Cc:
AdminCc:

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



Subject: Warnings seen during testsuite
Hello, While installing this module I noticed those lines showing up in the console. The testsuite passed so everything is OK but I thought it was worthwhile to report it here :) Perl 5.10.0 on Debian 5.0 64bit t/10unicode.t ............ ok Argument "0e+" isn't numeric in subroutine entry at /root/.cpanplus/5.10.0/build/JSON-DWIW-0.41/blib/lib/JSON/DWIW.pm line 616. t/11parse_file.t ......... ok ... t/deser10_bom.t .......... ok Argument "0e+" isn't numeric in subroutine entry at t/deser11_file.t line 108. t/deser11_file.t ......... ok -- ~Apocalypse
Just installed Ubuntu 11.04 here with Perl-5.10.1 and the warnings are still there. I also saw something new in the build process ( the x/usr/bin/perl unexpected operator thing ) - it may not be critical but worth reporting :) checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool configure: creating ./config.status config.status: creating Makefile config.status: creating c++/Makefile config.status: creating config.h config.status: executing depfiles commands [: 12: x/usr/bin/perl: unexpected operator cc -c -Ilibjsonevt -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR DWIW.c Running Mkbootstrap for JSON::DWIW () checking for xlf90... no checking for f90... no checking for pgf90... no -- ~Apocalypse