Name : perl-Time-Duration-Parse
| |
Version : 0.13
| Vendor : openSUSE
|
Release : lp152.3.2
| Date : 2019-09-20 19:14:49
|
Group : Development/Libraries/Perl
| Source RPM : perl-Time-Duration-Parse-0.13-lp152.3.2.src.rpm
|
Size : 0.03 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Parse string that represents time duration
|
Description :
Time::Duration::Parse is a module to parse human readable duration strings like _2 minutes and 3 seconds_ to seconds.
It does the opposite of _duration_exact_ function in Time::Duration and is roundtrip safe. So, the following is always true.
use Time::Duration::Parse; use Time::Duration;
my $seconds = int rand 100000; is( parse_duration(duration_exact($seconds)), $seconds );
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/noarch |