libformat-human-bytes-perl_0.05-1_amd64.changes is NEW

Archive Administrator installer at ftp-master.debian.org
Fri Apr 9 07:48:39 UTC 2010


(new) libformat-human-bytes-perl_0.05-1.diff.gz optional perl
(new) libformat-human-bytes-perl_0.05-1.dsc optional perl
(new) libformat-human-bytes-perl_0.05-1_all.deb optional perl
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]);
(new) libformat-human-bytes-perl_0.05.orig.tar.gz optional perl
Changes: libformat-human-bytes-perl (0.05-1) unstable; urgency=low
 .
  [ Deepak Tripathi ]
  * Initial Release (Closes: #576510)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 576510 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list