Problem Installing Module

Problem Installing Module

am 04.04.2007 16:02:03 von Chris Velevitch

I get an error when I try to install a module. Apart from the author
of the module, is there a specific place to discuss problems
installing a specific module?

Re: Problem Installing Module

am 04.04.2007 16:05:29 von Sherm Pendley

"Chris Velevitch" writes:

> I get an error when I try to install a module. Apart from the author
> of the module, is there a specific place to discuss problems
> installing a specific module?

This is as good a place as any. What error? What module?

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net

Re: Problem Installing Module

am 04.04.2007 19:14:55 von paduille.4060.mumia.w+nospam

On 04/04/2007 09:02 AM, Chris Velevitch wrote:
> I get an error when I try to install a module. Apart from the author
> of the module, is there a specific place to discuss problems
> installing a specific module?
>

Yes, this newsgroup :-)

Re: Problem Installing Module

am 06.04.2007 09:18:33 von Chris Velevitch

I was installing Time::ParseDate on windows using ActivePerl and
nmake15.exe for use with vss2svn.pl and a test failed. I fact, the
failure generated pages and pages of test failure messages.

I'm a casual user of prewritten Perl scripts and have never written
Perl and in this case, I only need to run this script a couple of
times and then I'm done with it. And in typical novice fashion, I
focused more on the last couple of messages rather than the first
couple of messages.

As it turns out, the error was that the TZ environment variable wasn't
or couldn't be created by the make script which needed to set it to
run the tests. I have now manage to successfully install the module.

I'm aware that Perl and/or cpan have the capabilities to determine the
limitations of the environment it's running. It looks like the
installer for Time:ParseDate isn't taking the environmnet limitations
into account. A very useful feature for novices when using Perl and
modules.

Who or where go to ask that this be fixed?