Skip Menu |

This queue is for tickets about the Data-GUID-Any CPAN distribution.

Report information
The Basics
Id: 121185
Status: new
Priority: 0/
Queue: Data-GUID-Any

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

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



Subject: Data-GUID-Any: tests don't pass under PERL_USE_UNSAFE_INC=0
[data-guid-any] 1077 $ echo $PERL_USE_UNSAFE_INC 0 [data-guid-any] 1078 $ ~/testing/blead/bin/prove -I~/testing/blead/lib -lv t/*.t t/01-Data-GUID-Any.t .. Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/jkeenan/gitwork/zzzothers/data-guid-any/lib /home/jkeenan/gitwork/zzzothers/data-guid-any/~/testing/blead/lib /home/jkeenan/testing/blead/lib/perl5/site_perl/5.26.0/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/site_perl/5.26.0 /home/jkeenan/testing/blead/lib/perl5/5.26.0/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/5.26.0) at t/01-Data-GUID-Any.t line 8. BEGIN failed--compilation aborted at t/01-Data-GUID-Any.t line 8. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/01-Data-GUID-Any.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.05 CPU) Result: FAIL Will file pull request. Thank you very much. Jim Keenan
On Sun Apr 16 09:12:15 2017, JKEENAN wrote: Show quoted text
> [data-guid-any] 1077 $ echo $PERL_USE_UNSAFE_INC > 0 > [data-guid-any] 1078 $ ~/testing/blead/bin/prove -I~/testing/blead/lib > -lv t/*.t > t/01-Data-GUID-Any.t .. Can't locate t/Util.pm in @INC (you may need > to install the t::Util module) (@INC contains: > /home/jkeenan/gitwork/zzzothers/data-guid-any/lib > /home/jkeenan/gitwork/zzzothers/data-guid-any/~/testing/blead/lib > /home/jkeenan/testing/blead/lib/perl5/site_perl/5.26.0/x86_64-linux > /home/jkeenan/testing/blead/lib/perl5/site_perl/5.26.0 > /home/jkeenan/testing/blead/lib/perl5/5.26.0/x86_64-linux > /home/jkeenan/testing/blead/lib/perl5/5.26.0) at t/01-Data-GUID-Any.t > line 8. > BEGIN failed--compilation aborted at t/01-Data-GUID-Any.t line 8. > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > > Test Summary Report > ------------------- > t/01-Data-GUID-Any.t (Wstat: 512 Tests: 0 Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.03 cusr > 0.00 csys = 0.05 CPU) > Result: FAIL > > Will file pull request. > > Thank you very much. > Jim Keenan
https://github.com/dagolden/data-guid-any/pull/1 (Not tested with dzil.)