Re: [PATCH] Re: getting Config.pm on a diet

2004-11-30 Thread John E. Malmberg
Note: I think I only get mail on the [EMAIL PROTECTED] list. Nicholas Clark wrote: On Mon, Nov 29, 2004 at 01:58:52PM -0600, Craig Berry wrote: I'm not sure. I was trying to keep Config's AUTOLOAD as simple as possible. Then again, using %INC shouldn't be that hard. For the Unix Makefile I hit

RE: License for the Cwd module

2004-11-30 Thread Horsley Tom
... but it appears to me that fairly substantial patches are being accepted without any sort of formal (or informal) copyright assignment. Which is the way it should be. I gave up sending any patches in on emacs years ago because it takes 5 minutes to create the patch and 5 months to fiddle the

MakeMaker barfs on Tk-TableMatrix

2004-11-30 Thread H.Merijn Brand
I've just build/tested/installed 5.8.6-dor on all my HP-UX systems (10.20/32, 11.00/32, 11.00/64, 11.11/32, 11.11/64) and installed all modules from my default list of modules to add, and the only module that gives me a headache is Tk::TableMatrix. Tk-804.027 installed fine on all It's the same

Re: [Module::Build] Module-Build-0.2604 is failing t/runthrough.t test #19 due to VERSION issues

2004-11-30 Thread Ken Williams
Sounds good, thanks. -Ken On Nov 29, 2004, at 11:27 PM, David Dyck wrote: I ran the following patch and it worked too. Module-Build-0.2604 and perl, v5.9.2 --- t/runthrough.t.orig Mon Nov 29 21:15:02 2004 +++ t/runthrough.t Mon Nov 29 21:22:08 2004 @@ -81,7 +81,8 @@ # Make sure all of the

Re: [patch proto.h] tidy up

2004-11-30 Thread Rafael Garcia-Suarez
Stas Bekman wrote: As this ends up in the perlapi pod, tidy up the dangling whitespace I fixed autodoc.pl to avoid taking trailing \s into account (#23568).

Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)

2004-11-30 Thread Steve Peters
On Tue, Nov 30, 2004 at 07:23:00AM -0600, [EMAIL PROTECTED] wrote: Automated smoke report for 5.9.2 patch 23566 mccoy.peters.homeunix.org: Intel Pentium III (GenuineIntel 686-class, 512KB L2 cache) (i386/1 cpu) onopenbsd - 3.6 using cc version 2.95.3 20010125 (prerelease,

Smoke [5.9.2] 23566 FAIL(c) bsd/os 4.1 (i386/1 cpu)

2004-11-30 Thread kane
Automated smoke report for 5.9.2 patch 23566 on bsd/os - 4.1 (i386/1 cpu) (fixit.xs4all.nl) using version Report by Test::Smoke v1.18.09 (perl 5.00503) [3 hours 4 minutes] O = OK F = Failure(s), extended report at the bottom X = test(s) failed under TEST but not under harness ? = still running

Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)

2004-11-30 Thread Rafael Garcia-Suarez
Steve Peters wrote: I looked into these failures a bit last night. The problem is that the function getservbyname_r() is defined within the OpenBSD library, but no prototype is defined in any .h file. The smoke test, by default, assumes getservbyname_r() is available, but never comes up

Re: [PATCH] Re: getting Config.pm on a diet

2004-11-30 Thread hv
Craig Berry [EMAIL PROTECTED] wrote: :OK, what's happening is the utility generator scripts are doing the equivalent of : :use Config; :chdir 'somewhere_else'; :$x = $Config{flirble}; : :The fetch of 'flirble' fails because it's depending on a relative path in :@INC, and when it goes to require

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.22

2004-11-30 Thread Rafael Garcia-Suarez
Michael G Schwern wrote: http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.22.tar.gz or http://mungus.schwern.org/svn/CPAN/ExtUtils-MakeMaker/tags/VERSION=6.22 or a CPAN near you! You didn't integrate this :( Change 23183 by [EMAIL PROTECTED] on 2004/08/02 09:16:13 Remove

Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)

2004-11-30 Thread Steve Peters
On Tue, Nov 30, 2004 at 02:54:00PM +0100, Rafael Garcia-Suarez wrote: Steve Peters wrote: I looked into these failures a bit last night. The problem is that the function getservbyname_r() is defined within the OpenBSD library, but no prototype is defined in any .h file. The smoke test,

Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)

2004-11-30 Thread H.Merijn Brand
On Tue 30 Nov 2004 15:22, Steve Peters [EMAIL PROTECTED] wrote: On Tue, Nov 30, 2004 at 02:54:00PM +0100, Rafael Garcia-Suarez wrote: Steve Peters wrote: I looked into these failures a bit last night. The problem is that the function getservbyname_r() is defined within the OpenBSD

Re: Minor glitches in perl586delta.pod

2004-11-30 Thread Nicholas Clark
On Mon, Nov 29, 2004 at 06:08:25PM -0500, Ronald J Kimball wrote: A better fix is to add whitespace inside the delimiters: C sort {$b = $a} The whitespace is required when using multiple angle brackets as a delimiter. Thanks. Fixed. Nicholas Clark

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.22

2004-11-30 Thread Rafael Garcia-Suarez
Rafael Garcia-Suarez wrote: Michael G Schwern wrote: http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.22.tar.gz or http://mungus.schwern.org/svn/CPAN/ExtUtils-MakeMaker/tags/VERSION=6.22 or a CPAN near you! You didn't integrate this :( Change 23183 by [EMAIL PROTECTED] on

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.22

2004-11-30 Thread H.Merijn Brand
On Tue 30 Nov 2004 15:48, Rafael Garcia-Suarez [EMAIL PROTECTED] wrote: Rafael Garcia-Suarez wrote: Michael G Schwern wrote: http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.22.tar.gz or http://mungus.schwern.org/svn/CPAN/ExtUtils-MakeMaker/tags/VERSION=6.22 or a CPAN near

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.22

2004-11-30 Thread Nicholas Clark
On Tue, Nov 30, 2004 at 03:48:52PM +0100, Rafael Garcia-Suarez wrote: Rafael Garcia-Suarez wrote: Michael G Schwern wrote: http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.22.tar.gz or http://mungus.schwern.org/svn/CPAN/ExtUtils-MakeMaker/tags/VERSION=6.22 or a CPAN near

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.22

2004-11-30 Thread Rafael Garcia-Suarez
H.Merijn Brand wrote: On Tue 30 Nov 2004 15:48, Rafael Garcia-Suarez [EMAIL PROTECTED] wrote: Rafael Garcia-Suarez wrote: Michael G Schwern wrote: http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.22.tar.gz or

[PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)

2004-11-30 Thread Steve Peters
On Tue, Nov 30, 2004 at 03:28:14PM +0100, H.Merijn Brand wrote: On Tue 30 Nov 2004 15:22, Steve Peters [EMAIL PROTECTED] wrote: On Tue, Nov 30, 2004 at 02:54:00PM +0100, Rafael Garcia-Suarez wrote: Steve Peters wrote: I looked into these failures a bit last night. The problem is that

[perl #32713] Class member vanishes during global destruction

2004-11-30 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #32713] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32713 This is a bug report for perl from [EMAIL PROTECTED], generated with the

[perl #32714] Objects destroyed in the wrong order during global destruction

2004-11-30 Thread via RT
# New Ticket Created by Mark-Jason Dominus # Please include the string: [perl #32714] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32714 This is a bug report for perl from [EMAIL PROTECTED], generated with the

Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)

2004-11-30 Thread Steve Peters
On Tue, Nov 30, 2004 at 09:11:32AM -0600, Steve Peters wrote: On Tue, Nov 30, 2004 at 03:28:14PM +0100, H.Merijn Brand wrote: On Tue 30 Nov 2004 15:22, Steve Peters [EMAIL PROTECTED] wrote: On Tue, Nov 30, 2004 at 02:54:00PM +0100, Rafael Garcia-Suarez wrote: Steve Peters wrote: I

Re: License for the Cwd module

2004-11-30 Thread hv
Ken Williams [EMAIL PROTECTED] wrote: :Currently the Cwd module[1] has no copyright/license statement in it, :and I'm not sure it ever has. Since it's always been a core module, :with no independent CPAN life until I gave it one, I think the :intention was for it to be licensed under the same

Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)

2004-11-30 Thread H.Merijn Brand
On Tue 30 Nov 2004 16:29, Steve Peters [EMAIL PROTECTED] wrote: Scratch the previous patch. OpenBSD appears to be headed towards adding getservbyname_r() in 3.7. The following patch is correct then. --- /home/steve/perl-current/hints/openbsd.sh Thu Apr 29 12:58:37 2004 +++

[PATCH perl.h toke.c utf8.c] minor format clean up

2004-11-30 Thread Robin Barker
Patch against perl-5.8.6 Clears up some warnings from -Wformat. Sorry I didn't have tuits to get this into 5.8.6 Robin --- This e-mail and any attachments may contain confidential and/or privileged material; it is for the

Re: License for the Cwd module

2004-11-30 Thread Ken Williams
Thanks, Hugo. I'll make it so. -Ken On Nov 30, 2004, at 9:36 AM, [EMAIL PROTECTED] wrote: When distributed as a a part of the core, the BSD license continues to apply to that specific file, but since all (remaining) license terms are less restrictive than the AL and/or GPL it is fine to say that

Re: [PATCH] Cygwin Pod::Perldoc issues

2004-11-30 Thread Sean M. Burke
At 12:47 PM 2004-11-26, Matt Johnson wrote: Enclosed a repetition of a post to p5p regarding a proposed patch to Pod::Perldoc for Cygwin. Thanks, I missed the original. Patch accepted! It's entering CPAN now. Or you can snare a copy from: http://interglacial.com/temp/Pod-Perldoc-3.14.tar.gz

[perl #32717] BeOS specific Updates

2004-11-30 Thread via RT
# New Ticket Created by Ingo Weinhold # Please include the string: [perl #32717] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32717 Hello, I realized that the BeOS port has become out of sync, and I've invested

Re: [perl #26001] Problem compiling perl 5.9.0

2004-11-30 Thread PerlDiscuss - Perl Newsgroups and mailing lists
I'm running into the same problem trying to compile Perl 5.8.5 under Solaris 2.9 sparcv9 with gcc 3.3.2. Pierre wrote: # New Ticket Created by Pierre # Please include the string: [perl #26001] # in the subject line of all future correspondence about this issue. # URL:

RE: License for the Cwd module

2004-11-30 Thread Joshua Hoblitt
On Tue, 30 Nov 2004, Horsley Tom wrote: ... but it appears to me that fairly substantial patches are being accepted without any sort of formal (or informal) copyright assignment. Which is the way it should be. I gave up sending any patches in on emacs years ago because it takes 5 minutes to create

Re: License for the Cwd module

2004-11-30 Thread Michael G Schwern
On Tue, Nov 30, 2004 at 05:11:17PM -1000, Joshua Hoblitt wrote: There's formalism and then there's the GNU mess. All I was suggesting (Btw - IANAL) is that there be some sort of generic form to assign copyright ownership to TPF that people can just put their name on (and possibly sign)

Re: License for the Cwd module

2004-11-30 Thread chromatic
On Tue, 2004-11-30 at 22:26 -0500, Michael G Schwern wrote: Ya know, the FSF folks do actually know a lot about this. If nothing else, some of them ARE lawyers and can give us advice on what's a good idea and what isn't. One fellow at OSCON was fairly chomping at the bit wanting to help

[perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors

2004-11-30 Thread Steve Peters via RT
[jhi - Thu May 29 08:47:23 2003]: I now patched perldiag *minimally* to include the POSIX:: and Win32:: errors (change #19633) Patches applied and ticket closed.

Re: [PATCH] Re: getting Config.pm on a diet

2004-11-30 Thread Craig A. Berry
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Craig Berry [EMAIL PROTECTED] wrote: :OK, what's happening is the utility generator scripts are doing the :equivalent of : :use Config; :chdir 'somewhere_else'; :$x = $Config{flirble}; : :The fetch of 'flirble' fails because it's

utf-8 smoke noise from ext/B/t/xref.t

2004-11-30 Thread Jarkko Hietaniemi
I re-setup Perl smokes in a Tru64 box after some bit rot had disabled my old smoke setup. Otherwise smoking along nicely, but under a UTF-8 locale there is some test noise that doesn't seem to affect success. From 5.8's most recent smokecurrent.log: TSTENV = locale:fi_FI.UTF-8 utf8 \x90