diff options
Diffstat (limited to 'devel/p5-Algorithm-Accounting')
-rw-r--r-- | devel/p5-Algorithm-Accounting/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Algorithm-Accounting/pkg-descr b/devel/p5-Algorithm-Accounting/pkg-descr index 8d20247882a4..714056214df1 100644 --- a/devel/p5-Algorithm-Accounting/pkg-descr +++ b/devel/p5-Algorithm-Accounting/pkg-descr @@ -4,7 +4,7 @@ fields, and each field is a scalar or a list(arrayref). The basic usage is you walk through all your logs, and use append_data() to insert each rows, (you'll have to split the line into fields), and -then call result() to retrieve the result, or report() to immediatly +then call result() to retrieve the result, or report() to immediately see simple result. You may specify a filed_groups parameter (arrayref of arrayref), and |