Skip Menu |

This queue is for tickets about the PerlIO-Util CPAN distribution.

Report information
The Basics
Id: 76347
Status: new
Priority: 0/
Queue: PerlIO-Util

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

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



Subject: Prereq versions too high
It seems that the minimum versions for the prerequisite modules are probably too high: $ perl Makefile.PL Writing ppport.h Checking if your kit is complete... Looks good Warning: prerequisite Devel::PPPort 3.19 not found. We have 3.14. Warning: prerequisite ExtUtils::ParseXS 2.21 not found. We have 2.20. Writing Makefile for PerlIO::Util But if I go on without upgrading, then PerlIO::Util compiles successfully and all tests pass. So I think you can lower the prerequisite versions, or maybe even use "0" or "undef". Regards, Slaven