Hi,

The last small rock on the road of releasing padre-0.59.deb is 
Format::Human::Bytes. The module licensing is not very clear, and 
author haven't yet responded to our question for clarification, so we 
looked for an alternative.

It appears Number::Format can be such an alternative.

Do you mind me doing the following change in Padre::Util::humanbytes():

If Format::Human::Bytes is not available, try to require 
Number::Format and if successful, use its format_number function. If 
Number::Format is not available, return unformatted number as before.

I could also completely replace F:H:B with N:F, but I guess there was 
some reason to prefer the former.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to