aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-Strptime/pkg-descr
diff options
context:
space:
mode:
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/