Skip Menu |

This queue is for tickets about the pler CPAN distribution.

Report information
The Basics
Id: 53638
Status: new
Priority: 0/
Queue: pler

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

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



Subject: Fails on 5.6.2 because of 'use Carp 0'
As per subject. With this pseudo patch I got all tests pass: - use Carp 0 (); + use Carp (); # 5.6.2 had no $VERSION Isn't it fun? Best,