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,
This queue is for tickets about the pler CPAN distribution.
The Basics
People
|
Bug Information
|