Skip Menu |

This queue is for tickets about the Yandex-Disk CPAN distribution.

Report information
The Basics
Id: 123199
Status: new
Priority: 0/
Queue: Yandex-Disk

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

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



Subject: Undeclared dependency Data::Printer
See subject. Test log: ... # Failed test 'use Yandex::Disk;' # at t/00_yandexdisk_api.t line 35. # Tried to use 'Yandex::Disk'. # Error: Can't locate Data/Printer.pm in @INC (you may need to install the Data::Printer module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2017100518/Yandex-Disk-0.01-nXk6oS/t/../lib/Yandex/Disk.pm line 17. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017100518/Yandex-Disk-0.01-nXk6oS/t/../lib/Yandex/Disk.pm line 17. # Compilation failed in require at t/00_yandexdisk_api.t line 35. # BEGIN failed--compilation aborted at t/00_yandexdisk_api.t line 35. # Failed test 'Yandex::Disk->can('new')' # at t/00_yandexdisk_api.t line 38. # Yandex::Disk->can('new') failed Can't locate object method "new" via package "Yandex::Disk" at t/00_yandexdisk_api.t line 40. # Looks like your test exited with 2 just after 2. t/00_yandexdisk_api.t ..... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests ...
On 2017-10-05 13:01:57, SREZIC wrote: Show quoted text
> See subject. Test log: > > ... > # Failed test 'use Yandex::Disk;' > # at t/00_yandexdisk_api.t line 35. > # Tried to use 'Yandex::Disk'. > # Error: Can't locate Data/Printer.pm in @INC (you may need to > install the Data::Printer module) (@INC contains: ... .) at > /home/cpansand/.cpan/build/2017100518/Yandex-Disk-0.01- > nXk6oS/t/../lib/Yandex/Disk.pm line 17. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2017100518/Yandex-Disk-0.01- > nXk6oS/t/../lib/Yandex/Disk.pm line 17. > # Compilation failed in require at t/00_yandexdisk_api.t line 35. > # BEGIN failed--compilation aborted at t/00_yandexdisk_api.t line 35. > > # Failed test 'Yandex::Disk->can('new')' > # at t/00_yandexdisk_api.t line 38. > # Yandex::Disk->can('new') failed > Can't locate object method "new" via package "Yandex::Disk" at > t/00_yandexdisk_api.t line 40. > # Looks like your test exited with 2 just after 2. > t/00_yandexdisk_api.t ..... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/2 subtests > ...
Another undeclared dependency: LWP::Protocol::https ... Cant execute request to https://cloud-api.yandex.net/v1/disk/: 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed) at t/00_yandexdisk_api.t line 58. # Looks like your test exited with 2 just after 4. t/00_yandexdisk_api.t ..... Dubious, test returned 2 (wstat 512, 0x200) All 4 subtests passed Cant public file /Temp/small_file. Error: 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed) at t/01_yandexdisk_public.t line 43. # Looks like your test exited with 2 just after 3. t/01_yandexdisk_public.t .. Dubious, test returned 2 (wstat 512, 0x200) All 3 subtests passed ...