Name : perl-Time-Duration-Parse
| |
Version : 0.11
| Vendor : obs://build_opensuse_org/devel:openQA
|
Release : 3.1
| Date : 2018-11-29 10:20:51
|
Group : Development/Libraries/Perl
| Source RPM : perl-Time-Duration-Parse-0.11-3.1.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/openQA:/SLE-12/SLE_12_SP4/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Time::Duration::Parse)
perl-Time-Duration-Parse
Requires :