I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-06-25 20:54:16-07 by the1
Uninitialized value warning messages
Hi, I have been writing test scripts for some Perl module and running these tests using the test harness - make test. Everything works fine when I am using linux but when I use Mac or Windows the the entire test harness crashes with lot of "Uninitialized value at..." warning messages. The peculiar thing is the test script runs perfectly without any warnings if I run it exclusively (perl test.t). The warnings arise only when I use make test in Mac and nmake test in Windows. I do know the reason why these warnings are caused. I want to know why is that these warnings are reported in Mac and Windows but not Linux and that too only with the test harness. Secondly, the variables for which the warnings are generated are also uninitialized in Linux but there is no warning. The Perl versions i am having are: Linux - v5.8.0 built for i686-linux; Mac - v5.8.6 built for darwin-thread-multi-2level; Windows - v5.8.0 built for MSWin32-x86-multi-thread; Thank You. Karthik
Direct Responses: 5557 | Write a response
Posted on 2007-06-27 14:21:55-07 by petdance in response to 5541
Re: Uninitialized value warning messages
This is not the place for bug reports. Please report to rt.cpan.org. Better yet, write mail to the perl-qa list at lists.perl.org.
Direct Responses: Write a response