----- Original Message ----- 
From: "Michael Papet" <[EMAIL PROTECTED]>
To: <perl-win32-users@listserv.ActiveState.com>
Sent: Friday, October 27, 2006 3:57 AM
Subject: Logger::Simple Deep Recursion Error


> Hi,
>
> I'm trying to use Logger::Simple in my program with an
> empty log file.  When I go to nmake test I get the
> following error:
>
> "Deep recursion on subroutine "Logger::Simple::write"
> at
>         C:/Perl/site/lib/Logger/Simple.pm line 84
> (#3)"
>

Can't reproduce the problem. After fixing a bug in t\02readwrite.t (relating
to the cleaning up of 'logfile2') I get:

E:\comp58\Logger-Simple-2.0>nmake test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        E:\Perl810\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0,
'blib\lib', 'blib\arch')" t\01load.t t\02readwrite.t t\03lock.t t\04pod.t
t\01load.........ok
t\02readwrite....ok
t\03lock.........skipped
        all skipped: File Locking not working on MS Windows
t\04pod..........ok
All tests successful, 1 test skipped.
Files=4, Tests=6,  2 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

That's on ActivePerl build 810 (perl 5.8.4). On my MinGW-built perl 5.8.8, I
find there's no difference.

Which of the four test scripts actually generates the error you've reported
?

Cheers,
Rob

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to