Subject: | require Geo::Distance gives "Too late to run INIT block" warning |
Currently it is not possible to write
require Geo::Distance
because one gets the warning: Too late to run INIT block ...
I think the INIT block can be safely replaced by a BEGIN block to avoid
this error, and the function replacement still works. See the attached
patch.
Regards,
Slaven