SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,4 @@
This module may be used to create simple date objects. It
only handles dates within the range of Unix time. It will
only allow the creation of objects for valid dates.
Attempting to create an invalid date will return undef.

View file

@ -0,0 +1,17 @@
${P5ARCH}/
${P5ARCH}/Date/
${P5ARCH}/Date/Simple/
${P5ARCH}/Date/Simple.pm
${P5ARCH}/Date/Simple/D8.pm
${P5ARCH}/Date/Simple/Fmt.pm
${P5ARCH}/Date/Simple/ISO.pm
${P5ARCH}/Date/Simple/NoXS.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Date/
${P5ARCH}/auto/Date/Simple/
${P5ARCH}/auto/Date/Simple/Simple.so
@man man/man3p/Date::Simple.3p
@man man/man3p/Date::Simple::D8.3p
@man man/man3p/Date::Simple::Fmt.3p
@man man/man3p/Date::Simple::ISO.3p
@man man/man3p/Date::Simple::NoXS.3p