Mee too had the same problem. I put a small hack like below in the
Test.pm file at lines around 382

- commented the join statement and hard-code some text for reason

#my $reason = join ' or ', @need;
my $reason = 'useless message';

Now the tests are successful though it gives the same error msg. I
believe this error message is meaningless since the line number does not
change even i insert few blank lines before.

"Use of uninitialized value in join or string
at 
/home/colmmacc/svn/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm
 line 382."

Can some one explore the reason and fix it if there is a bug?

Thanks in advance.

Regards
Sris

On Wed, 2006-01-25 at 14:20 -0800, Sander Temme wrote:
> On Jan 25, 2006, at 12:25 PM, Colm MacCarthaigh wrote:
> 
> > Use of uninitialized value in join or string at
> > /home/colmmacc/svn/httpd/test/trunk/perl-framework/Apache-Test/lib/ 
> > Apache/Test.pm line 382.
> >
> > Anyone any quick ideas what that might be?
> 
> I did see this too. Will give it a look.
> 
> S.
> 


Reply via email to