Parse string that represents time duration

Edit Package perl-Time-Duration-Parse

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 );

Refresh
Refresh
Source Files
Filename Size Changed
Time-Duration-Parse-0.16.tar.gz 0000011810 11.5 KB
cpanspec.yml 0000000547 547 Bytes
perl-Time-Duration-Parse.changes 0000003519 3.44 KB
perl-Time-Duration-Parse.spec 0000001968 1.92 KB
Latest Revision
Ruediger Oertel's avatar Ruediger Oertel (oertel) committed (revision 1)
bugowner: group:qe-tools-team
Add/update package to be able to eventually submit openQA
Those packages are required to run of openQA (and not just build it). All those packages should go into the same staging.
https://jira.suse.com/browse/PED-9876
further details: https://progress.opensuse.org/issues/165683
Comments 0
openSUSE Build Service is sponsored by