aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-SQLite/pkg-descr
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-06-28 01:58:30 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-06-28 01:58:30 +0000
commit6317da651a981132e89238da750daf5edb50552f (patch)
tree456264e9256d6e49601fc9602688d85b4514255e /devel/p5-DateTime-Format-SQLite/pkg-descr
parente6f825a0480e6b72bc3f04a7d2d5ad3baa7ef222 (diff)
downloadports-6317da651a981132e89238da750daf5edb50552f.tar.gz
ports-6317da651a981132e89238da750daf5edb50552f.zip
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-SQLite/pkg-descr')
-rw-r--r--devel/p5-DateTime-Format-SQLite/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-SQLite/pkg-descr b/devel/p5-DateTime-Format-SQLite/pkg-descr
new file mode 100644
index 000000000000..f5f880bc1f14
--- /dev/null
+++ b/devel/p5-DateTime-Format-SQLite/pkg-descr
@@ -0,0 +1,6 @@
+This module understands the formats used by SQLite for its DATE, DATETIME, TIME,
+and TIMESTAMP data types. It can be used to parse these formats in order to
+create DateTime objects, and it can take a DateTime object and produce a string
+representing it in the SQLite format.
+
+WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/