Subject: | Minimum perl version mismatch |
Hi,
In the makefile you state the minimum perl version to be 5.6.1:
BEGIN { require 5.006_001 }
The tests however make liberal use of functions introduced by Test::More
(e.g. isa_ok, use_ok...), which in itself is not core until 5.6.2.
Cheers