Home > Archive > PERL Modules > April 2007 > Problem Installing Module
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem Installing Module
|
|
| Chris Velevitch 2007-04-04, 6:58 pm |
| 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?
| |
| Sherm Pendley 2007-04-04, 6:58 pm |
| "Chris Velevitch" <chris.velevitch@gmail.com> 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
| |
| Mumia W. 2007-04-04, 6:58 pm |
| 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 :-)
| |
| Chris Velevitch 2007-04-06, 3:58 am |
| 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?
|
|
|
|
|