
Number::bytes::human provides a formatter which turns byte counts to usual readable format, like '2.0k' or '3.1gib', as well as a parser to go the opposite way. it was inspired by the -h option of unix utilities like du and df for "human-readable" output.