Yves Orton

Results 280 comments of Yves Orton

Happy Birthday @rjbs.

> I suspect that since this commit went into blead just two days ago, we'll see other CPAN breakage connected to that commit and have to file tickets for other...

Re CPAN::Meta::Check: ``` ------------------------------ PROGRAM OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-uCLf/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Attempt to call undefined import method with arguments...

Re: CPAN::Meta::Check, the offending line of code is ``` use CPAN::Meta::Prereqs '2.132830'; ``` I guess this is intended to be a version Check, but since it's not a number it...

> We should consider reverting the breaking commit until we can better assess the impact of the change. That sounds like an over-reaction to me personally. When @rjbs can roll...

@dur-randir it would be helpful if you could look into the different cases you are seeing and give us some kind of summary of the error modes you see. The...

> Graphics-ColorNames-Mozilla This has broken code in its test logic. It is attempting to import a sub from a class. Issue reported in: https://rt.cpan.org/Ticket/Display.html?id=149090 > Encode-IMAPUTF7 This also appears to...

I will push a patch shortly which will make the new UNIVERSAL::import() method handle version numbers the same as Exporter would, and silently convert ``` Thing->import("1.234"); ``` into ``` Thing->VERSION("1.234");...

Patched Perl::Critic: https://github.com/Perl-Critic/Perl-Critic/pull/1037

TEVERETT/Class-Prototyped-1.13.tar.gz has ``` use Module::Build '0.24'; ``` and Module::Build doesnt define an import(), and especially does not use Exporter. It also has a bug report from 8 years ago, so...