Subject: | Doc & API cleanup |
While I certainly appreciate the effort, the documentation is exceedingly
long (150% of the already verbose GNU units page). Much of the it is not
of any use to the end user e.g; Class data (which is all lexical*), or the
example calls of every single method... of course! $u->methodName()
All of the OO math material might be removed if you used overloads a la
Math::BigNum, which would also make things easier on the end user;
bot in RTFM and interacting with the code.
Cheers!
*Except for number_re, which one can grab from Regexp::Common (it
predates this module).