From c3c2a43e6141f04399c720a51c978e88dd3c8f49 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 5 Sep 2012 14:50:10 +0100 Subject: [PATCH] bytes_to_human() now calls humaise_bytes() --- Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Template.pm b/Template.pm index cb4c232..e317b30 100644 --- a/Template.pm +++ b/Template.pm @@ -944,7 +944,7 @@ sub bytes_to_human { # print STDERR "Call to deprecated bytes_to_human"; # Uncomment to enable deprecated code tracing - return $self -> bytes_to_human($bytes, $long); + return $self -> humanise_bytes($bytes, $long); }