Skip Menu |

This queue is for tickets about the Rex-Inline CPAN distribution.

Report information
The Basics
Id: 128041
Status: new
Priority: 0/
Queue: Rex-Inline

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

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



Subject: Undeclared dependency JSON
Test suite fails if JSON.pm is not installed: ... # Failed test 'use Rex::Inline;' # at t/1.t line 5. # Tried to use 'Rex::Inline'. # Error: Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: CODE(0x1ea8f38) ... ) at /home/cpansand/.cpan/build/2018121800/Rex-Inline-0.0.8-0/lib/Rex/Inline.pm line 115. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018121800/Rex-Inline-0.0.8-0/lib/Rex/Inline.pm line 115. # Compilation failed in require at t/1.t line 5. # BEGIN failed--compilation aborted at t/1.t line 5. # Looks like you failed 1 test of 3. t/1.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests ...