summaryrefslogtreecommitdiff
path: root/time/p5-POSIX-strftime-Compiler/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-POSIX-strftime-Compiler/DESCR')
-rw-r--r--time/p5-POSIX-strftime-Compiler/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/time/p5-POSIX-strftime-Compiler/DESCR b/time/p5-POSIX-strftime-Compiler/DESCR
new file mode 100644
index 00000000000..d45ec2559c1
--- /dev/null
+++ b/time/p5-POSIX-strftime-Compiler/DESCR
@@ -0,0 +1,6 @@
+POSIX::strftime::Compiler provides GNU C library compatible strftime(3).
+But this module will not affected by the system locale. This feature is
+useful when you want to write loggers, servers and portable applications.
+
+For generate same result strings on any locale, POSIX::strftime::Compiler
+wraps POSIX::strftime and converts some format characters to perl code.