Skip Menu |

This queue is for tickets about the Mastodon-Client CPAN distribution.

Report information
The Basics
Id: 121114
Status: resolved
Worked: 1 min
Priority: 0/
Queue: Mastodon-Client

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

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



Subject: Undeclared dependency Types::Path::Tiny
The test suite fails if Types::Path::Tiny is not installed: ... # Failed test 'use Mastodon::Client;' # at t/basic.t line 3. # Tried to use 'Mastodon::Client'. # Error: Can't locate Types/Path/Tiny.pm in @INC (you may need to install the Types::Path::Tiny module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001-sgr1an/blib/lib/Mastodon/Types.pm line 16. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001-sgr1an/blib/lib/Mastodon/Types.pm line 16. # Compilation failed in require at /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001-sgr1an/blib/lib/Mastodon/Client.pm line 11. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001-sgr1an/blib/lib/Mastodon/Client.pm line 11. # Compilation failed in require at t/basic.t line 3. # BEGIN failed--compilation aborted at t/basic.t line 3. # Looks like you failed 1 test of 1. t/basic.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ...
Thank you for the report. I just pushed v0.003 which should fix this, as well as add some more missing dependencies. There may still be some I'm missing, but at least this one should be fixed. On Fri Apr 14 02:51:33 2017, SREZIC wrote: Show quoted text
> The test suite fails if Types::Path::Tiny is not installed: > > ... > # Failed test 'use Mastodon::Client;' > # at t/basic.t line 3. > # Tried to use 'Mastodon::Client'. > # Error: Can't locate Types/Path/Tiny.pm in @INC (you may need to > install the Types::Path::Tiny module) (@INC contains: ... .) at > /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001- > sgr1an/blib/lib/Mastodon/Types.pm line 16. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001- > sgr1an/blib/lib/Mastodon/Types.pm line 16. > # Compilation failed in require at > /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001- > sgr1an/blib/lib/Mastodon/Client.pm line 11. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2017041406/Mastodon-Client-0.001- > sgr1an/blib/lib/Mastodon/Client.pm line 11. > # Compilation failed in require at t/basic.t line 3. > # BEGIN failed--compilation aborted at t/basic.t line 3. > # Looks like you failed 1 test of 1. > t/basic.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > ...