aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Number-Bites-Human/README
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2015-09-27 21:34:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-27 21:34:20 +0700
commit824eb58ba3690ea72a08344d71e267457594df39 (patch)
treef8e7d744dea18fd30679c541e7fd60444c35af28 /perl/perl-Number-Bites-Human/README
parent1b71327fbcd6329b8aa189898d6f941a29a5a4fb (diff)
perl/perl-Number-Bites-Human: Added (Perl Modules).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Number-Bites-Human/README')
-rw-r--r--perl/perl-Number-Bites-Human/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Number-Bites-Human/README b/perl/perl-Number-Bites-Human/README
new file mode 100644
index 000000000000..2b050368e17c
--- /dev/null
+++ b/perl/perl-Number-Bites-Human/README
@@ -0,0 +1,8 @@
+perl-Number-Bites-Human (Convert byte count to human readable format)
+
+This module provides a formatter which turns byte counts to usual
+readable format, like '2.0K', '3.1G', '100B'. It was inspired in the
+-h option of Unix utilities like du, df and ls for "human-readable"
+output.
+
+Optional deps (for test only): perl-Test-Pod, perl-Test-Pod-Coverage.