Subject: | Test fails on 5.6.2 |
The reason why it fails is the "-t" in the shebang of the
t/local/frames.t test. 5.6.2 did not have -t option.
The easiest correction is to add a 'use 5.008' to the Makefile.PL to
clarify that 5.6.2 is not supported. If you want to support 5.6.2, maybe
drop the -t.
Thanks
PS: http://wiki.cpantesters.org/wiki/CPANAuthorNotes talks a bit about
the 'use 5.8.0' thing.