Re: The March of the Mandatory Warnings

2002-03-22 Thread Rafael Garcia-Suarez
On 2002.03.22 03:24 Mike Guy wrote: Paul Marquess [EMAIL PROTECTED] wrote mg.c Perl_warn(aTHX_ Signal SIG%s received, but no signal handler set.\n, That isn't really a warning - note that the next line is exit(sig); It's a should not happen situation -

CPAN modules @ 15373

2002-03-22 Thread Michael G Schwern
The following modules tested Ok with similarly configured bleadperl@15373 (details below) and 5.6.1 on Debian/Linux PowerPC. Archive::Tar Archive::Zip Bit::Vector Compress::Zlib POE URI HTML::Tagset The following failed on both bleadperl@15373 and perl5.6.1 for the same reasons (so that's ok,

HTML::Parser tests broken by 15200

2002-03-22 Thread Michael G Schwern
HTML::Parser's test fail under bleadperl@15373. t/headparser-http.t fails because it thinks it has HTML::HeadParser. eval { require HTML::HeadParser; $p = HTML::HeadParser-new; }; if ($@) { print 1..0\n if $@ =~ /^Can't locate HTTP/; print $@;

Re: Syntax error in Encode/8859.c

2002-03-22 Thread Michael G Schwern
On Fri, Mar 22, 2002 at 10:43:00PM +, Nicholas Clark wrote: So, obviously, the solution is for everyone to upgrade Linux to FreeBSD. :-) [Yes FreeBSD won't work on my ARM system or on Schwern's PPC. So I must be joking] Obviously a joke. We should be using NetBSD. And no no no it's

Re: Syntax error in Encode/8859.c

2002-03-22 Thread Michael G Schwern
On Sat, Mar 23, 2002 at 12:51:47AM +0200, Jarkko Hietaniemi wrote: FWIW, #15430 upgraded to Encode 0.96... It compiles, but ext/Encode/ no longer generates 8859.c. Instead it's in ext/Encode/Byte and its empty. I guess that's right. *shrug* Everything checks out ok now. -- Michael G.

Re: Nearly OK for cygwin@15318

2002-03-22 Thread Gerrit P. Haase
Hallo H.Merijn, Am 2002-03-19 um 21:50 schriebst du: On Tue 19 Mar 2002 21:37, [EMAIL PROTECTED] wrote: --- t/io/fs.t.origTue Mar 19 20:22:28 2002 +++ t/io/fs.t Tue Mar 19 20:31:51 2002 @@ -41,6 +41,9 @@ $needs_fh_reopen = 1 if (defined Win32::IsWin95 Win32::IsWin95()); +my