On Tue, 25 Apr 2000, Jeremy Blumenfeld wrote:

> Hi.
> We are running Server Version: Apache/1.3.9 (Unix) mod_perl/1.21 on a
> Linux system.
> Having problems with a "Deep Recursion" when using the copy method of
> File::Copy.

my guess is that you're using Perl 5.005_03 and have PerlFreshRestart On
perl 5.6.0 fixes File::Copy so it can be reloaded (see Changes entry
below).  either turn FreshRestart Off or update File::Copy to 5.6.0's
version

[  4753] By: gsar                                  on 2000/01/05  06:48:22
        Log: From: [EMAIL PROTECTED] (Andreas J. Koenig)
             Date: 03 Jan 2000 21:56:02 +0100
             Message-ID: <[EMAIL PROTECTED]>
             Subject: Reloading File::Copy
     Branch: perl
           ! Changes lib/File/Copy.pm t/lib/filecopy.t

Reply via email to