NAME
Catmandu::Fix::human_byte_size - convert from size in bytes to human readable form
SYNOPSIS
#size in bytes
add_field('size',1024)
#size converted to '1KB'
human_byte_size('size')
AUTHOR
Nicolas Franck, <nicolas.franck at ugent.be>
Catmandu::Fix::human_byte_size - convert from size in bytes to human readable form
#size in bytes
add_field('size',1024)
#size converted to '1KB'
human_byte_size('size')
Nicolas Franck, <nicolas.franck at ugent.be>