Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Time-Duration-Parse

Project: openSUSE_13.2

Repository: oss

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

Version: 0.11

Release: 1.2

Architecture: noarch

Size: 16.7 KB

Build Time: 2014-10-06 17:55:48 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Time::Duration::Parse)... perl-CHI
perl-Time-Duration-Parse = ...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Exporter::Lite) perl-Exporter-Lite