Skip Menu |

This queue is for tickets about the Math-FixedPrecision CPAN distribution.

Report information
The Basics
Id: 642
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Math-FixedPrecision

People
Owner: jpeacock [...] cpan.org
Requestors: mrzahz [...] mesra.net
Cc:
AdminCc:

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



Subject: error compiling Math::FixedPrecision
Executing /usr/bin/perl Makefile.PL && make .. Could not eval ' package ExtUtils::MakeMaker::_version; no strict; local $VERSION; $VERSION=undef; do { $VERSION = qw$Revision: 2.0 $[1]/10; }; $VERSION ' in FixedPrecision.pm: Can't use subscript on split at (eval 7) line 7, near "1]" Checking if your kit is complete... Looks good Installation of Math::FixedPrecision failed
Sorry it took me so long to get back to you. Perl's earlier than 5.6.0 handled qw() differently, so I had to add a couple of parentheses so that the list context would be explicit. I have uploaded a version 0.21 to CPAN; please let me know if this fixes it for you. Thanks for the bug report... John