Subject: | This module does indeed work under Perl 5.6 |
All you need to do is change the lines:
use 5.008003;
in Makefile.PL and lib/XML/WBXML.pm to
use 5.00600;
and make test seems to run fine.
I've added a patched version of this module to the FreeBSD ports tree.