diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-27 15:31:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-27 15:31:48 -0400 |
commit | b9efeba972c82da706756eee51a0682018663586 (patch) | |
tree | fbbf56d60f2e7793b26892e59d0315befd7f56e4 /IkiWiki/Plugin/filecheck.pm | |
parent | 8709ec24825f29359c8f77d363c4126bf9c0742b (diff) | |
download | ikiwiki-b9efeba972c82da706756eee51a0682018663586.tar ikiwiki-b9efeba972c82da706756eee51a0682018663586.tar.gz |
humansize moved to filecheck
It's not used there, but it makes sense to keep it there as it's the
inverse of parsesize.
Diffstat (limited to 'IkiWiki/Plugin/filecheck.pm')
-rw-r--r-- | IkiWiki/Plugin/filecheck.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/filecheck.pm b/IkiWiki/Plugin/filecheck.pm index 6f71be301..1855a8b48 100644 --- a/IkiWiki/Plugin/filecheck.pm +++ b/IkiWiki/Plugin/filecheck.pm @@ -53,6 +53,7 @@ sub parsesize ($) { #{{{ return $base; } #}}} +# This is provided for other plugins that want to convert back the other way. sub humansize ($) { #{{{ my $size=shift; |