Subject: | print_conversion error |
The print_conversion sub has a bug:
perl -MMath::Units -e "Math::Units::print_conversion(5, 'mm', 'in')"
Undefined subroutine &Math::Units::Convert called at /cad/adi/apps/gnu/linux/x86_64/5u5/lib/perl5/site_perl/5.12.2/Math/Units.pm line 948.
There is no "Convert" sub; it should be "convert" (lower-case "C").
The print_conversion sub is not mentioned in the POD. If it is supported, the above fix should be made. If it is not supported, then print_conversion sub should be deleted.
I see there are a number of outstanding issues and TODO items. If you don't have the time, I'd like to pitch in and help. You could make me a co-maintainer: GSULLIVAN.