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-Date-Simple

Project: openSUSE_13.2

Repository: oss

Title: a simple date object

Description:
Dates are complex enough without times and timezones. This module may be
used to create simple date objects. It handles:

* Validation.

Reject 1999-02-29 but accept 2000-02-29.

* Interval arithmetic.

How many days were between two given dates? What date comes N days after
today?

* Day-of-week calculation.

What day of the week is a given date?

* Transparent date formatting.

How should a date object be formatted.

It does *not* deal with hours, minutes, seconds, and time zones.

A date is uniquely identified by year, month, and day integers within valid
ranges. This module will not allow the creation of objects for invalid
dates. Attempting to create an invalid date will return undef. Month
numbering starts at 1 for January, unlike in C and Java. Years are 4-digit.

Gregorian dates up to year 9999 are handled correctly, but we rely on
Perl's builtin 'localtime' function when the current date is requested. On
some platforms, 'localtime' may be vulnerable to rollovers such as the Unix
'time_t' wraparound of 18 January 2038.

Overloading is used so you can compare or subtract two dates using standard
numeric operators such as '==', and the sum of a date object and an integer
is another date object.

Date::Simple objects are immutable. After assigning '$date1' to '$date2',
no change to '$date1' can affect '$date2'. This means, for example, that
there is nothing like a 'set_year' operation, and '$date++' assigns a new
object to '$date'.

This module contains various undocumented functions. They may not be
available on all platforms and are likely to change or disappear in future
releases. Please let the author know if you think any of them should be
public.

Version: 3.03

Release: 8.1.3

Architecture: x86_64

Size: 47.5 KB

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

Provides

Symbol Required by
Simple.so()(64bit)
perl(Date::Simple) perl-biber
perl(Date::Simple) = 3.03 perl-biber
perl(Date::Simple::D8)
perl(Date::Simple::Fmt)
perl(Date::Simple::ISO)
perl-Date-Simple = 3.03-8.1.3
perl-Date-Simple(x86-64) = ...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
perl(:MODULE_COMPAT_5.20.1) perl
perl(Scalar::Util) perl-base-32bit perl-base perl-Scalar-List-Utils
perl(Test::More) perl perl-Test-Simple