Skip Menu |

This queue is for tickets about the Regexp-Common-Markdown CPAN distribution.

Report information
The Basics
Id: 133167
Status: resolved
Priority: 0/
Queue: Regexp-Common-Markdown

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

Bug Information
Severity: (no value)
Broken in: v0.1.3
Fixed in: (no value)



Subject: Can't locate Data/Dump.pm
The test suite fails on some my systems --- looks like a missing prereq declaration: ... Can't locate Data/Dump.pm in @INC (you may need to install the Data::Dump module) (@INC contains: ... .) at ./t/functions.pl line 5. BEGIN failed--compilation aborted at ./t/functions.pl line 5. Compilation failed in require at t/002.bold.t line 9. # Looks like your test exited with 2 just after 1. t/002.bold.t .......... Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed ...
Thank you for this. Stupid overlook. I have fixed this in version 0.1.4 submitted earlier. On Sun Aug 16 02:08:54 2020, SREZIC wrote: Show quoted text
> The test suite fails on some my systems --- looks like a missing > prereq declaration: > > ... > Can't locate Data/Dump.pm in @INC (you may need to install the > Data::Dump module) (@INC contains: ... .) at ./t/functions.pl line 5. > BEGIN failed--compilation aborted at ./t/functions.pl line 5. > Compilation failed in require at t/002.bold.t line 9. > # Looks like your test exited with 2 just after 1. > t/002.bold.t .......... > Dubious, test returned 2 (wstat 512, 0x200) > All 1 subtests passed > ...