Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"

2001-11-02 Thread Radu Greab
On Thu, 1 Nov 2001 12:09 -0600, Tye McQueen wrote: > perl -e "print \stat('.')" > > on perl 5.6.0 and 5.6.1 on several platforms (including the one > documented here by perlbug as well as Linux on intel and Sparc, > Solaris, and AIX) gives "Attempt to free unreferenced scalar" or > just thr

[PATCH File::Find] use warnings::register

2001-11-02 Thread Rafael Garcia-Suarez
This patch makes File::Find use a new warning category (via warnings::register) for its warning messages, so it's possible to disable them (by "no warnings 'File::Find'") without disabling all warnings. --- lib/File/Find.pm.orig Fri Oct 19 22:58:16 2001 +++ lib/File/Find.pmFri Nov 2