summaryrefslogtreecommitdiff
path: root/lib/App/DocKnot/Spin/Thread.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/DocKnot/Spin/Thread.pm')
-rw-r--r--lib/App/DocKnot/Spin/Thread.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/App/DocKnot/Spin/Thread.pm b/lib/App/DocKnot/Spin/Thread.pm
index 1d1ef52..089582b 100644
--- a/lib/App/DocKnot/Spin/Thread.pm
+++ b/lib/App/DocKnot/Spin/Thread.pm
@@ -9,7 +9,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot::Spin::Thread 7.00;
+package App::DocKnot::Spin::Thread 7.01;
use 5.024;
use autodie;
@@ -1333,7 +1333,7 @@ sub _cmd_size {
}
# Format the size using SI units.
- my @suffixes = qw(K M G T);
+ my @suffixes = qw(Ki Mi Gi Ti);
my $suffix = q{};
while ($size > 1024 && @suffixes) {
$size /= 1024;