[ 原始碼: libtime-duration-perl ]
套件:libtime-duration-perl(1.21-2)
libtime-duration-perl 的相關連結
Debian 的資源:
下載原始碼套件 libtime-duration-perl:
- [libtime-duration-perl_1.21-2.dsc]
- [libtime-duration-perl_1.21.orig.tar.gz]
- [libtime-duration-perl_1.21-2.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- Ivan Kohler (QA 頁面)
- gregor herrmann (QA 頁面)
- Xavier Guimard (QA 頁面)
- Florian Schlichting (QA 頁面)
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module for rounded or exact English expression of durations
Time::Duration provides functions for expressing time spans in rounded or exact terms. So while
say duration_exact(86399);
will correctly give "23 hours, 59 minutes, and 59 seconds",
say ago(86399);
will output the rounded time span as "1 day ago".
The provided functions are duration(), ago(), from_now(), later() and earlier(), along with their *_exact counterparts. The precision used for rounding can be specified, and version 1.10 added a millisecond mode.
其他與 libtime-duration-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language