Skip Menu |

This queue is for tickets about the WWW-Mechanize-PhantomJS CPAN distribution.

Report information
The Basics
Id: 127498
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-PhantomJS

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

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



Subject: Depends on broken CPAN distribution Object-Import
WWW-Mechanize-PhantomJS (and also ...-Chrome and -Firefox) depends on Object::Import, which does not have a clean test suite for newer perls, see https://rt.cpan.org/Ticket/Display.html?id=106769 . This means WWW::Mechanize::PhantomJS cannot be installed unless something like "notest"/"force" in the cpan installer is used, or Object::Import is patched (e.g. using a distroprefs file). I wonder if you can do something about it, e.g. take over the broken module (it seems that your distributions are the only ones depending on Object::Import), or find a way to not use this module anymore.
Subject: Re: [rt.cpan.org #127498] Depends on broken CPAN distribution Object-Import
Date: Sun, 28 Oct 2018 15:05:09 +0100
To: bug-WWW-Mechanize-PhantomJS [...] rt.cpan.org
From: Max Maischein <corion [...] corion.net>
I have already contacted the author regarding taking over the module, but haven't heard back from them. Show quoted text
> I wonder if you can do something about it, e.g. take over the broken module (it seems that your distributions are the only ones depending on Object::Import), or find a way to not use this module anymore.
The only use of the module is for the ::DSL modules, which are mostly used for fun. Spinning them off is too much effort. -max
Ambrus has graciously handed over maintenance of Object::Import to me and I've released a fixed version.