On 2015-02-17 15:33:13, AVIKAK wrote:
Show quoted text> Slaven,
>
> You asked me to remove PREREQ_FM from Makefile.PL.
>
> Looks like now you want it back.
A misunderstanding. I only said that the minimum version in PREREQ_PM was unnecessary, not the prerequisite itself. So instead of
'Math::Random' => '0.71',
you should write
'Math::Random' => 0,
unless there's a reason why the most recent version is required (e.g. there's a known grave bug in earlier reasons, or you're using functionality which is not found in earlier reasons).