in reply to Test failing during CPAN Testing

Hmmm, it seems my longshot was right (for me anyway): I have tried with v1.10 : perl Makefile.PL && make all && make test . It failed as you describe. Then I converted the dos-line-endings to unix: find . -type f -exec dos2unix \{\} \; and all tests pass (in linux). Perhaps you can tell me what you changed, in general terms?

bw, bliako

Replies are listed 'Best First'.
Re^2: Test failing during CPAN Testing
by Bod (Parson) on Jun 20, 2023 at 15:31 UTC
    Perhaps you can tell me what you changed, in general terms?

    The change between v1.10 and v1.11 is to not use __DATA__ for the JSON object when testing for a proper signature. To calculate the signature, the JSON object is used so I imagine the different line endings are causing a different SHA 256 result and causing the issue!