Skip Menu |

This queue is for tickets about the Format-Human-Bytes CPAN distribution.

Report information
The Basics
Id: 77808
Status: new
Priority: 0/
Queue: Format-Human-Bytes

People
Owner: Nobody in particular
Requestors: mhall [...] mhcomputing.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Format-Human-Bytes should display 0.000B for zero bytes
Date: Wed, 13 Jun 2012 14:27:15 -0700
To: bug-Format-Human-Bytes [...] rt.cpan.org
From: Matthew Hall <mhall [...] mhcomputing.net>
Running this produces "0.000". It should produce "0.000B" because the number looks confusing without any measurement unit. my $fb = Format::Human::Bytes->new(); my $str = $fb->base2(0, 3); print "str: $str\n"; Regards, Matthew.