-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constants for months/weekdays? #26
Comments
From [email protected] on 2008-04-12 20:11:36: 2008/4/12, Flavio Poletti via RT [email protected]:
Reference: http://use.perl.org/~Aristotle/journal/36022
|
From [email protected] on 2008-04-13 08:42:28: MailGuard Email Filter Alert Date: April 13 2008, 6:42PM This message has been QUARANTINED by the MailGuard service for the following reason: The message contained an attachment of type 'Executable file'. This message is due to be deleted from the quarantine area on April 20 2008, 6:42PM.If you believe that this message was quarantined in error and would You will not receive another warning before this message is deleted.Regards, MailGuard E-mail Anti-Virus, Anti-Spam and Content Filtering Service. |
From [email protected] on 2008-04-13 11:24:41: Flavio S. Glock wrote:
Sure, those work. But to quote the journal: I think the code in the blog post has merit, though the wrong module I've taken the code in Aristotle's journal post, fixed it up a bit, Thoughts and comments are, as always, most welcome. Aristotle: I'm happy to hand this module over to you if you want to put Cheers! Message protected for iSite by MailGuard: e-mail anti-virus, anti-spam and content filtering. |
From [email protected] (@polettix) on 2008-04-13 13:32:37: On Sun Apr 13 07:24:41 2008, [email protected] wrote:
Ehr, this seems to go a little off-topic with respect to the ticket's To rephrase: is it possible to have constants like JANUARY, JANUARY_0, I'm not sure Aristotle is taking a look to this ticket in RT, so you'd I hope this all makes sense. Flavio. |
Migrated from rt.cpan.org #34912 (status was 'open')
Requestors:
Attachments:
From [email protected] (@polettix) on 2008-04-12 12:41:24:
Hi,
I think it would be useful to have some constants exported by the
module to refer to month names and weekdays, like JANUARY, JANUARY_0 and
so on. Otherwise, it's likely that the users will define such constants
by themselves (or worse hardcode them), leading to potential bugs.
I noticed this while reading http://use.perl.org/~Aristotle/journal/36022.
Cheers,
Flavio.
The text was updated successfully, but these errors were encountered: