Skip Menu |

This queue is for tickets about the Text-TabularDisplay CPAN distribution.

Report information
The Basics
Id: 91960
Status: new
Priority: 0/
Queue: Text-TabularDisplay

People
Owner: Nobody in particular
Requestors: dmacks [...] netspace.org
Cc:
AdminCc:

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



Subject: Mistake in prereqs in Makefile.PL
Date: Wed, 08 Jan 2014 23:57:40 -0500
To: bug-Text-TabularDisplay [...] rt.cpan.org
From: "Daniel Macks" <dmacks [...] netspace.org>
Building Text-TabularDisplay-1.35 on OS X 10.8 with apple's perl-5.12.4, running Makefile.PL yields:   Unparsable version '' for prerequisite IO::File at Makefile.PL line 11. Based on message, it seems actually to be a perl syntax error (and EU::MM usage mistake) in line 9:   %PREREQ_PM = ('IO::File'); It's a hash, but there's no value passed for the key. The value is supposed to be the minimum version of the key module, and you can use a 0 if any version is acceptable (the presumed intent of the code given). dan -- Daniel Macks dmacks@netspace.org