Subject: | Makefile issue with perl version and 'mro' |
The Makefile doesn't correspond with the Changes file.
Changes:
- Change from Class::C3 to mro, to get built-in support in perl >= 5.9
Makefile:
perl_version '5.008001';
This breaks on, for instance, perl 5.8.9, which passes the Makefile
check, but doesn't have mro yet.
--
B10m