Bob,
 No, it is not vapor ware. It exists. I had to search CPAN for it and found
it http://search.cpan.org/~gbarr/ and had to manually install it using "perl
Makefile.PL; nmake; nmake test; nmake install;" and that works. It just
takes an enourmous amount of time to search for all these modules specified
in the bugzilla installation instructions and to figure out how to install
them.

Chart was another weird one. After having the command perl -MCPAN -e'install
"N/NI/NINJAZ/Chart-0.99b.tar.gz"' I had to manually figure out the temporary
directory it was using as a scratch pad and issue the following commands
before it would install:

cd C:\cygwin\home\Administrator\.cpan\build\Chart-0.99b
perl Makefile.PL
nmake
nmake test
nmake install

What determines if a modules is going to be available with ppm? Ppm sure
makes things easier but for the bugzilla project, it only works with about
50% of the required modules.

Siegfried

-----Original Message-----
From: Bob Showalter [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 7:09 AM
To: 'Siegfried Heintze'; [EMAIL PROTECTED]
Subject: RE: Why are Date::Time wierd and chart wierd?

Siegfried Heintze wrote:
> Why does not "ppm Date::Time" work?
> I also tried
> 
> perl -MCPAN -e 'install "Date::Time"'
> 
> and that does not work either!

These are both invalid syntax. Check out
http://perl.plover.com/Questions4.html

Also, even if you fix the syntax, Date::Time appears to be vaporware. What
are you trying to do?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to