aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-Strptime/pkg-descr
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-06 12:44:21 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-06 12:44:21 +0000
commit89e9641a419a5dfa13c8e65308721a08b12f5de9 (patch)
treecb91f7cf64fd028ba1d7668f9fb4e20339f4e262 /devel/p5-DateTime-Format-Strptime/pkg-descr
parentc2d4004c759bf31e2f151fed2eb514b6a8bbda4d (diff)
downloadports-89e9641a419a5dfa13c8e65308721a08b12f5de9.tar.gz
ports-89e9641a419a5dfa13c8e65308721a08b12f5de9.zip
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Strptime/pkg-descr')
-rw-r--r--devel/p5-DateTime-Format-Strptime/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-Strptime/pkg-descr b/devel/p5-DateTime-Format-Strptime/pkg-descr
new file mode 100644
index 000000000000..be3d4c614413
--- /dev/null
+++ b/devel/p5-DateTime-Format-Strptime/pkg-descr
@@ -0,0 +1,6 @@
+This module implements most of strptime(3), the POSIX function that is the
+reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
+pattern and returns a string, strptime takes a string and a pattern and returns
+the DateTime object associated.
+
+WWW: http://datetime.perl.org/