Skip Menu |

This queue is for tickets about the URPM CPAN distribution.

Report information
The Basics
Id: 123439
Status: resolved
Priority: 0/
Queue: URPM

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

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



Subject: Do not use PREREQ_FATAL
If PREREQ_FATAL is set to a true value, then installers like CPAN.pm or cpanminus cannot do automatic dependency resolution anymore. Therefore PREREQ_FATAL should never be set. If you think you need one of these dependencies already in the "perl Makefile.PL" phase, then you should specify these as configure_requires in the META.* files.
Le Sam 28 Oct 2017 14:28:54, SREZIC a écrit : Show quoted text
> If PREREQ_FATAL is set to a true value, then installers like CPAN.pm > or cpanminus cannot do automatic dependency resolution anymore. > Therefore PREREQ_FATAL should never be set. If you think you need one > of these dependencies already in the "perl Makefile.PL" phase, then > you should specify these as configure_requires in the META.* files.
configure_requires were already set. Fixed in URPM-5.15.6 by removing PREREQ_FATAL Thanks for the feedback, those testing uploads are there in order to improve the cpan testers usability/feedback for those modules