Skip Menu |

This queue is for tickets about the Net-WebSocket CPAN distribution.

Report information
The Basics
Id: 121299
Status: resolved
Priority: 0/
Queue: Net-WebSocket

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

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



Subject: Undeclared dependency Try::Tiny
Found another undeclared dependency: ... Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) (@INC contains: ... .) at /tmpfs/.cpan-build-cpansand/2017042215/Net-WebSocket-0.021-vTIg_I/blib/lib/Net/WebSocket/Base/ReadFilehandle.pm line 6. BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042215/Net-WebSocket-0.021-vTIg_I/blib/lib/Net/WebSocket/Base/ReadFilehandle.pm line 6. Compilation failed in require at /opt/perl-5.20.3D/lib/5.20.3/parent.pm line 20. BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042215/Net-WebSocket-0.021-vTIg_I/blib/lib/Net/WebSocket/Parser.pm line 84. Compilation failed in require at t/parse_message.t line 13. BEGIN failed--compilation aborted at t/parse_message.t line 13. t/parse_message.t ........ Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...
On 2017-04-22 17:09:17, SREZIC wrote: Show quoted text
> Found another undeclared dependency: > > ... > Can't locate Try/Tiny.pm in @INC (you may need to install the > Try::Tiny module) (@INC contains: ... .) at /tmpfs/.cpan-build- > cpansand/2017042215/Net-WebSocket-0.021- > vTIg_I/blib/lib/Net/WebSocket/Base/ReadFilehandle.pm line 6. > BEGIN failed--compilation aborted at /tmpfs/.cpan-build- > cpansand/2017042215/Net-WebSocket-0.021- > vTIg_I/blib/lib/Net/WebSocket/Base/ReadFilehandle.pm line 6. > Compilation failed in require at /opt/perl- > 5.20.3D/lib/5.20.3/parent.pm line 20. > BEGIN failed--compilation aborted at /tmpfs/.cpan-build- > cpansand/2017042215/Net-WebSocket-0.021- > vTIg_I/blib/lib/Net/WebSocket/Parser.pm line 84. > Compilation failed in require at t/parse_message.t line 13. > BEGIN failed--compilation aborted at t/parse_message.t line 13. > t/parse_message.t ........ > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ...
And Test::Deep: ... Can't locate Test/Deep.pm in @INC (you may need to install the Test::Deep module) (@INC contains: ... .) at t/parse_message.t line 8. BEGIN failed--compilation aborted at t/parse_message.t line 8. t/parse_message.t ........ Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...
Resolved in 0.022. As an aside, I would *really* love if there were some quick way to run the tests without using locally-installed modules. (I may dig and see about creating such a tool if one doesn’t exist.)