Re: Chinese Calendar Related Modules

2004-01-13 Thread Flavio S. Glock
 I think that's because _01 modules are considered developer releases
 and are not installable automatically by CPAN. 

Here is a way to install from CPAN:

# perl -MCPAN -e shell
cpan ls dmaki
   ...
   12370 2003-12-24 DMAKI/DateTime-Util-Astro-0.01_03.tar.gz
   12769 2003-12-28 DMAKI/DateTime-Util-Astro-0.01_04.tar.gz
 445 2004-01-13 DMAKI/DateTime-Util-Calc-0.01.meta
   ...
cpan install DMAKI/DateTime-Util-Astro-0.01_04.tar.gz


- Flavio S. Glock


Re: Chinese Calendar Related Modules

2004-01-12 Thread Jonathan Leffler




On 2003-12-27, Daisuke Maki announced:
This is just to announce that the following modules have entered CPAN:

  DateTime-Event-Chinese-0.01_01
  DateTime-Event-SolarTerm-0.01_01
  DateTime-Event-Lunar-0.01_04
  DateTime-Util-Astro-0.01_04
  DateTime-Util-Calc-0.01_04

Am I alone in being unable to obtain these using 'cpanp' and 'i
DateTime::Event::Chinese' etc?  I get 'No such module' messages.  (I am
using up to date CPAN files; I've installed DBI 1.40 too, and that was
released last week).

--
Jonathan Leffler ([EMAIL PROTECTED])
STSM, Informix Database Engineering, IBM Data Management
4100 Bohannon Drive, Menlo Park, CA 94025
Tel: +1 650-926-6921   Tie-Line: 630-6921
  I don't suffer from insanity; I enjoy every minute of it!


Re: Chinese Calendar Related Modules

2004-01-12 Thread Flavio S. Glock
Jonathan Leffler wrote:
 
 On 2003-12-27, Daisuke Maki announced:
 This is just to announce that the following modules have entered CPAN:
 
   DateTime-Event-Chinese-0.01_01
   DateTime-Event-SolarTerm-0.01_01
   DateTime-Event-Lunar-0.01_04
   DateTime-Util-Astro-0.01_04
   DateTime-Util-Calc-0.01_04
 
 Am I alone in being unable to obtain these using 'cpanp' and 'i
 DateTime::Event::Chinese' etc?  I get 'No such module' messages.  (I am
 using up to date CPAN files; I've installed DBI 1.40 too, and that was
 released last week).

I think that's because _01 modules are considered developer releases
and are not installable automatically by CPAN. I've installed these
modules by hand.

- Flavio S. Glock


Re: Chinese Calendar Related Modules

2004-01-12 Thread Daisuke Maki
 I think that's because _01 modules are considered developer releases
 and are not installable automatically by CPAN. I've installed these
 modules by hand.
Oops, I replied to the original poster, but I forgot to cc the group.

I believe Flavio is correct. I intend to change the version number once 
DT::C::Chinese and DT::C::Japanese are done (currently about 90% done)

--d