* Victor Efimov <vic...@vsespb.ru> [2014-08-15 19:40]: > I suspect maybe adding module to configure_requires (which seems to be > wrong) cause such effect?
It is not the cause of the problem, but is nevertheless a bug. In fact the entire prereq declarations of this distribution are incorrect. It claims to need System::Command in Makefile.PL, ExtUtils::MakeMaker at runtime, File::ShareDir for the tests, declares a dep on the core module POSIX (as it ought to) but not the core module File::Temp… it’s a mess. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>