On 27 May 2000 [EMAIL PROTECTED] wrote:
[snip]
> t/05-request........ok 6/6FAILED test 5
> Failed 1/6 tests, 83.33% okay
[snip]
>
> Error in line 4
> Expected: Error: error while executing /request/support/subrequest_error_test:
> Got: Error: Bizarre copy of ARRAY in aassign
>
> Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
[snip]
Hi,
I got a similar failure on my Win32 system with perl-5.6.0.
I tried though a patch that Jeremy Howard on the mod_perl
mailing list used for a different problem:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
In Carp::Heavy, change 'DB' to 'DB_tmp':
Line 39: while (do { { package DB_tmp; @a = caller($i++) } } ) {
Line 79: @a = @{DB_tmp::args}; # must get local copy of args
In CGI::Carp, change Line 257:
FROM: my $message = shift;
TO: my ($message) = @_;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
and it fixed this problem for HTML-Mason (also a related
problem for Apache-ASP with perl-5.6.0 on Win32).
best regards,
randy kobes