Wed Jun 13 17:27:26 2012mhall [...] mhcomputing.net - Ticket created
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.