Skip Menu |

This queue is for tickets about the X11-Xlib CPAN distribution.

Report information
The Basics
Id: 121010
Status: resolved
Priority: 0/
Queue: X11-Xlib

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

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: 0.13



Subject: Undeclared dependency Try::Tiny
Tests fail on some of my smokers due to an undeclared dependency: ... # Failed test 'use X11::Xlib;' # at t/1-X11-Xlib.t line 8. # Tried to use 'X11::Xlib'. # Error: Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) (@INC contains: ... .) at /tmpfs/.cpan-build-cpansand/2017040715/X11-Xlib-0.12-vMXj9Y/blib/lib/X11/Xlib.pm line 9. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017040715/X11-Xlib-0.12-vMXj9Y/blib/lib/X11/Xlib.pm line 9. # Compilation failed in require at t/1-X11-Xlib.t line 8. # BEGIN failed--compilation aborted at t/1-X11-Xlib.t line 8. ...
I've given the makefile a little overhaul in 0.12_01, but it is a bit cargo-culted from what Dist::Zilla produces and examples I've seen on CPAN. Can you give it a quick look to see if the approach looks sane?
On 2017-04-07 17:51:42, NERDVANA wrote: Show quoted text
> I've given the makefile a little overhaul in 0.12_01, but it is a bit > cargo-culted from what Dist::Zilla produces and examples I've seen on > CPAN. Can you give it a quick look to see if the approach looks sane?
The Try::Tiny problem is gone (but there are still other test failures on some of my smokers).
On Thu Apr 13 12:25:24 2017, SREZIC wrote: Show quoted text
> The Try::Tiny problem is gone (but there are still other test failures > on some of my smokers).
CPAN Testers isn't showing me anything. What sort of failures? (and I fully expect failures on systems that don't have an X11 server running, and I'm not sure how best to handle that)