Announce: CPAN Upload: DateTime-Format-Mail 0.28

2003-10-21 Thread Iain Truskett
I've released DateTime::Format::Mail 0.28

Changes for 0.28 (21 Oct 2003)
   - Default cutoff is now 49, as per RFC2822.
   - Doc shuffling and formatting tweaks.
   - set_year_cutoff and year_cutoff stricter with
 arguments.
   - Cloning fixed, be it from clone() or new().

http://search.cpan.org/dist/DateTime-Format-Mail/
and at your local CPAN mirror 'soon'.

For a complete list of changes, see the Changes file.


cheers,
-- 
Iain.  http://eh.org/~koschei/


pgp0.pgp
Description: PGP signature


Re: Chinese Calendar Question (fwd)

2003-10-21 Thread Dave Rolsky
back to the list, where it belongs ...

-- Forwarded message --
Date: Tue, 21 Oct 2003 22:06:45 -0500 (CDT)
From: Dave Rolsky [EMAIL PROTECTED]
To: Daisuke Maki [EMAIL PROTECTED]
Subject: Re: Chinese Calendar Question

On Tue, 21 Oct 2003, Daisuke Maki wrote:


 As you might know I've been working on DateTime::Calendar::Chinese, but
   right now I'm kind of stuck on the interface, because of two reasons:

   1) the Astro stuff. Just where to put it??
   2) The year nocation in CC uses sexagecimal cycles -- I'm not
  familiar with this -- do Chinese people really use it?

 Also, I'm fairly sure that Japanese calendars don't use sexagecimal
 cycles. They usually use 'eras' to distinguish a certain period of time.
 That also makes inheritance a bit of a problem.

 I know you've at least thought about implementing a Chinese calendar --
 have you thought about this stuff? Do you have any recommendations?

Doh, this all should stay on list though.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Chinese Calendar Question (fwd)

2003-10-21 Thread Joshua Hoblitt
On Tue, 21 Oct 2003, Daisuke Maki wrote:

1) the Astro stuff. Just where to put it??

 So I know Joshua Hobblit has suggested

Astro::Calendrical::*

 It kind of seemed like (because these functions are specifically to
 calculate dates) it belongs more to DateTime::* namespace. Is there a
 possibility to create a namespace for such helper modules, which are
 not directly related to datetime calculations?

Absolutely.  I've suggested DateTime::Util for helpers before.  Astro::* makes sense 
for 'generic' astronomical calculations.  DateTime specific stuff should inhabit 
another namespace.

-J

--