Artifact libformat-human-bytes-perl_0.06-2_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Depends: perl:any
  Description: |-
    Format a bytecount and make it human readable
     Format::Human::Bytes is used to convert bytecount values to human-readable
     strings. It will return you a printable string which is more readable by
     humans than a simple bytecount.
     .
     For example:
        use Format::Human::Bytes;
        $readable = Format::Human::Bytes::base2($bytecount[,$decimals]);
     It will convert in base 2 format.
     .
        $readable = Format::Human::Bytes::base10($bytecount[,$decimals]);
     It will convert in base 10 format.
     .
     Another way is to create constructor for example:
     .
        $fhb = Format::Human::Bytes->new();
        $readable = $fhb->base2($bytecount[,$decimals]);
        $readable = $fhb->base10($bytecount[,$decimals]);
  Homepage: https://metacpan.org/release/Format-Human-Bytes
  Installed-Size: '25'
  Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
  Package: libformat-human-bytes-perl
  Priority: optional
  Section: perl
  Version: 0.06-2
srcpkg_name: libformat-human-bytes-perl
srcpkg_version: 0.06-2

File

libformat-human-bytes-perl_0.06-2_all.deb
Binary file libformat-human-bytes-perl_0.06-2_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package libformat-human-bytes-perl_0.06-2

binary package System - - 6 months, 1 week ago 5 months, 1 week
BETA