Front page | perl.perl5.porters |
Postings from August 2010
[PATCH] typo in perlport
Thread Next
From:
book
Date:
August 23, 2010 06:28
Subject:
[PATCH] typo in perlport
Message ID:
1282570098-28061-1-git-send-email-book@cpan.org
---
pod/perlport.pod | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pod/perlport.pod b/pod/perlport.pod
index 791c90d..47968e8 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -624,7 +624,7 @@ because that is OS- and implementation-specific. It is better to
store a date in an unambiguous representation. The ISO 8601 standard
defines YYYY-MM-DD as the date format, or YYYY-MM-DDTHH-MM-SS
(that's a literal "T" separating the date from the time).
-Please do use the ISO 8601 instead of making us to guess what
+Please do use the ISO 8601 instead of making us guess what
date 02/03/04 might be. ISO 8601 even sorts nicely as-is.
A text representation (like "1987-12-18") can be easily converted
into an OS-specific value using a module like Date::Parse.
--
1.7.0.4
Thread Next
-
[PATCH] typo in perlport
by book