Skip Menu |

This queue is for tickets about the bignum CPAN distribution.

Report information
The Basics
Id: 65845
Status: new
Priority: 0/
Queue: bignum

People
Owner: Nobody in particular
Requestors: peter.john.acklam [...] gmail.com
Cc:
AdminCc:

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



Subject: Constant parsing error?
This is a somewhat odd case, but the result should be the same whether "bigint" is used or not: $ perl -Mbigint -wle 'print 0_' Misplaced _ in number at -e line 1. Misplaced _ in number at -e line 1. NaN $ perl -wle 'print 0_' Misplaced _ in number at -e line 1. Misplaced _ in number at -e line 1. 0