Skip Menu |

This queue is for tickets about the WWW-XKCD-AsText CPAN distribution.

Report information
The Basics
Id: 120396
Status: patched
Priority: 0/
Queue: WWW-XKCD-AsText

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

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



Subject: Undeclared dependency Furl (0.005)
See subject. The t/00-load.t test fails if it is not installed: ... # Failed test 'use Furl;' # at t/00-load.t line 9. # Tried to use 'Furl'. # Error: Can't locate Furl.pm in @INC (you may need to install the Furl module) (@INC contains: /...) at t/00-load.t line 9. # BEGIN failed--compilation aborted at t/00-load.t line 9. # Looks like you failed 1 test of 6. t/00-load.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6 subtests ...
Thanks for your report, it seems I forgot to update test suite. A fix is here: https://github.com/kyzn/WWW-XKCD-AsText/commit/d16be8c49b72d6b9e1de53082b36c6586dbfad3c I'll do a release to PAUSE as soon as I figure this out: https://rt.cpan.org/Ticket/Display.html?id=120386
On 2017-02-26 18:30:02, KYZN wrote: Show quoted text
> Thanks for your report, it seems I forgot to update test suite. > A fix is here: https://github.com/kyzn/WWW-XKCD- > AsText/commit/d16be8c49b72d6b9e1de53082b36c6586dbfad3c > I'll do a release to PAUSE as soon as I figure this out: > https://rt.cpan.org/Ticket/Display.html?id=120386
Another one (this time for real): LWP::Protocol::https has to be specified as a dependency.
Thank you! I'll make sure to add that before release. Show quoted text
> Another one (this time for real): LWP::Protocol::https has to be > specified as a dependency.