Re: [PATCH] Don't load Exporter::Heavy for foo

2005-06-30 Thread Michael G Schwern
mistaken. Woo, there are no @EXPORT_FAIL tests! I've got bits of File::Basename spread all over the place at the moment, want to take a crack at it? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish

dirname(/perl/) == ?

2005-06-30 Thread Michael G Schwern
/)== . They should be equivalent. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: dirname(/perl/) == ?

2005-06-30 Thread Michael G Schwern
On Thu, Jun 30, 2005 at 03:58:40AM -0700, Glenn Linderman wrote: On approximately 6/30/2005 1:28 AM, came the following characters from the keyboard of Michael G Schwern: dirname(/perl/) == /perl dirname(/perl/lib//) == /perl/lib not dirname(/perl/lib//) == /perl/lib

Re: [PATCH] XSLoader for Storable

2005-06-30 Thread Michael G Schwern
the if XSLoader else DynaLoader nonsense. Here it is, all ready to go: http://svn.schwern.org/svn/CPAN/XSLoader/ -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net/sp05032002.shtml

Re: [perl #36434] blead perl breask CPANPLUS-0.055 and other programs that push @ISA, __PACKAGE__

2005-06-30 Thread Michael G Schwern
hotels where each letter is 5 feet high. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: [PATCH] Make Exporter.t warnings clean

2005-06-30 Thread Michael G Schwern
On Thu, Jun 30, 2005 at 06:32:46PM +0200, Rafael Garcia-Suarez wrote: Michael G Schwern wrote: -Moving::Target-import (foo); +Moving::Target-import ('foo'); -::ok (foo eq foo, imported foo before EXPORT_OK changed); +::ok (foo() eq This is foo, imported foo before EXPORT_OK changed

Re: dirname(/perl/) == ?

2005-06-30 Thread Michael G Schwern
will all agree in all these cases once you get done improving them. That's the wierdest part. That fileparse and dirname give separate results. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when you stop believing in it, doesn't go away

Re: dirname(/perl/) == ?

2005-06-30 Thread Michael G Schwern
), $dir); } -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!

Re: [perl #36128] [PATCH] 5.8.7 (ExtUtils) Fixed compiling packages with an 'uninstalled' perl.

2005-06-30 Thread Michael G Schwern
I've committed the fix which makes Win32 use /perl/src/lib/CORE and leaves everyone else using /perl/src. It will be in 6.31. You can get it now from the SVN repo. http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-28 Thread Michael G Schwern
. Is Perl storing it somewhere? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything.' -- Witches Abroad by Terry Prachett

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-28 Thread Michael G Schwern
. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!

Re: [perl #36410] Net::SSH::Perl Can't set socket non-blocking

2005-06-28 Thread Michael G Schwern
, at [EMAIL PROTECTED] -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation and then relied upon it. -- tchrist in [EMAIL PROTECTED]

Re: [perl #36414] Is a bug ?

2005-06-28 Thread Michael G Schwern
when it sees a newline. You can turn off buffering using the $| variable. See perlvar for details. A gentle tutorial on buffering and how to deal with it in Perl can be found here: http://perl.plover.com/FAQs/Buffering.html -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com

Re: [perl #36414] Is a bug ?

2005-06-28 Thread Michael G Schwern
On Tue, Jun 28, 2005 at 02:23:53PM -0300, LOGGOS TI wrote: Thanks a lot. When you visit Brasil, please call me to drink a caipiroska. Thanks. Huh, looks remarkably like a Lemon Drop. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-28 Thread Michael G Schwern
subsystem while reading in the src If that's true, why didn't removing the comments cause a memory drop? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation and then relied upon

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-28 Thread Michael G Schwern
On Tue, Jun 28, 2005 at 06:57:40PM +0100, Dave Mitchell wrote: On Tue, Jun 28, 2005 at 09:57:11AM -0700, Michael G Schwern wrote: On Tue, Jun 28, 2005 at 12:56:43PM +0100, Dave Mitchell wrote: Ok, I admit I was wr... wroo... wronnn... Otherwisely Correct Change 25006 by [EMAIL

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-28 Thread Michael G Schwern
On Tue, Jun 28, 2005 at 10:21:20PM +0100, Dave Mitchell wrote: On Tue, Jun 28, 2005 at 11:24:59AM -0700, Michael G Schwern wrote: Its the principle of the thing. Also, not initializing $Verbose and $MaxEvalLen seems going a little overboard espcially when it violates the docs. Finally I

[PATCH] Make Exporter.t warnings clean

2005-06-28 Thread Michael G Schwern
a mistake unnoticed because warnings were off. In that case this patch turns on warnings, eliminates the barewords and fixes the duplicate declaration making Exporter.t warnings clean. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when you stop

[PATCH] Don't load Exporter::Heavy for foo

2005-06-28 Thread Michael G Schwern
Exporter will load Exporter::Heavy if it sees *any* sigils in the @EXPORT list. This includes foo. foo is equivalent to foo and can be processed the same. This patch simply strips off any leading before Exporter does its thing. -- Michael G Schwern [EMAIL PROTECTED] http

Re: [perl #36417] IO::Handle::getline() doco should note an important difference from $io

2005-06-28 Thread Michael G Schwern
of the while loop, but while ($io-getline) will read it, consider it a false value, and instead break out of the while loop. Confirmed. while(FH) must have some sort of special case to consider 0 true to avoid this sort of gotcha. -- Michael G Schwern [EMAIL PROTECTED] http

Re: Fwd: [CPAN Upload: P/PE/PETDANCE/Test-Harness-2.51_02.tar.gz: upload@pause.perl.org]

2005-06-27 Thread Michael G Schwern
it could key on an environment variable? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net/sp05032002.shtml

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-27 Thread Michael G Schwern
, assuming that Exporter gets loaded anyway. How much did it use before? Without that information we don't know what was saved. It would also be nice to see each optimization individually to see if its saving anything. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Michael G Schwern
of loading a module by subtracting the cost of loading all its dependencies from the cost of loading the module might not be accurate. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Michael G Schwern
in the its not a bad thing and someone else will do the work sense. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml

Re: [PATCH] XSLoader for Storable

2005-06-26 Thread Michael G Schwern
. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml

Re: [PATCH] XSLoader for Storable

2005-06-26 Thread Michael G Schwern
this messing with DynaLoader goes away. [1] wince/makedist.pl parrots the function but does not appear to use it -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation and then relied upon

Re: [PATCH] XSLoader for Storable

2005-06-26 Thread Michael G Schwern
to try that. Which is why I'm pushing getting XSLoader onto CPAN. 99% of the DynaLoader interface is not needed by 99% of XS module authors. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation

Re: [PATCH] XSLoader for Storable

2005-06-26 Thread Michael G Schwern
posslible. :) local @ISA = qw(DynaLoader) looks like subclassing to me. You have to be a subclass of DynaLoader in order to use bootstrap(). -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked

Re: Archive::Tar is now core

2005-06-23 Thread Michael G Schwern
, $t2)) { print \n $file ($type) \n; unless ($type =~ /text/) { next; } Is this a heuristic so you can generate a patch from a dirty source tree? (ie. one that has been used to build Perl) -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh

Re: [PATCH] Faster **

2005-06-23 Thread Michael G Schwern
On Thu, Jun 23, 2005 at 09:51:53AM +0200, Piotr Fusik wrote: SvIV_please(TOPm1s); I knew it, perl is written in Intercal! -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies

Re: Editor-Jiggery was: Re: [PATCH] Lint support

2005-06-23 Thread Michael G Schwern
... or of course the machine date and userid could be changed for each submittal to more properly simulate the original submittal... FWIW You can easily manually alter the date and author of a change in Subversion. I've done it when trying to reconstruct MakeMaker's history. -- Michael G Schwern

Re: Archive::Tar is now core

2005-06-22 Thread Michael G Schwern
. Not the time to do this now, however. What part of the process is having trouble with binary files, exactly? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml

Re: [perl #36359] 1x1e12 eq ''

2005-06-22 Thread Michael G Schwern
is you're trying to allocate a string of 1 billion characters, consuming about a gig of memory, and simply running out. This falls under the don't do that category. perl580 -le print 1x1e10 ne '' ? 'ok' : 'not ok' not ok Though I can't explain why this doesn't crash, too. -- Michael G Schwern

Re: Problems with Taint corruption in 5.8.7

2005-06-21 Thread Michael G Schwern
); -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net/sp05032002.shtml

Re: [PATCH] Re: [perl #9741] possible problem with File::Find

2005-06-18 Thread Michael G Schwern
'MSWin32') { +$top_item =~ s|/\z|| unless $top_item =~ m|\w:/$|; +} The patch appears to be mangled. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation and then relied

Re: Editor-Jiggery was: Re: [PATCH] Lint support

2005-06-18 Thread Michael G Schwern
. Makefiles. We could do it for just the C files... but automated code manipulation makes me queesy. Maybe its just a side effect of being a Perl programmer and assuming its fraut with peril. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES

Access to POWER5 test servers.

2005-06-17 Thread Michael G Schwern
Linux in demanding business environments. You can use them as you wish, in accordance with each university's acceptable use policy. There are no other restrictions, no requirements and no demands. Let your imagination and creativity test the limits of these machines' capabilities. -- Michael G

Re: Editor-Jiggery was: Re: [PATCH] Lint support

2005-06-17 Thread Michael G Schwern
the tabs./firebomb -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: [PATCH] Lint support

2005-06-16 Thread Michael G Schwern
!!* -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything.' -- Witches Abroad by Terry Prachett

We're a bunch of potty mouths.

2005-06-16 Thread Michael G Schwern
nit. ./lib/Test/Harness.pm:Clean up how the summary is printed. Get rid of those damned formats. ./lib/Test/Simple/t/fail.t:ok( 0, 'damnit' ); ./lib/Test/Simple/t/fail.t:not ok 5 - damnit ./lib/Test/Tutorial.pod:IBesides, I don't know how to write the damned things. -- Michael G Schwern

Re: [perl #36313] perl -e 1for$[=0 crash

2005-06-16 Thread Michael G Schwern
On Thu, Jun 16, 2005 at 03:54:18PM -, Piotr Fusik wrote: perl -e 1for$[=0 causes a null pointer dereference. Confirmed in 5.8.1RC3, 5.8.6 and [EMAIL PROTECTED] on OS X 10.3 -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar

Re: We're a bunch of potty mouths.

2005-06-16 Thread Michael G Schwern
. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: [PATCH] Lint support

2005-06-16 Thread Michael G Schwern
files? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything.' -- Witches Abroad by Terry Prachett

Re: Unexpected parsing of print statement... Is this correct behaviour?

2005-06-15 Thread Michael G Schwern
as a symbol reference at -e line 1. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when you stop believing in it, doesn't go away. -- Phillip K. Dick

Re: Unexpected parsing of print statement... Is this correct behaviour?

2005-06-15 Thread Michael G Schwern
unary operators, but in general that print $fh $thing syntax of print's is so irregular that I'd tend in ambiguous cases such as this towards interpreting it as print EXPR rather than print FH EXPR. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE

Re: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against NIVERSAL:: Methods as Functions

2005-06-15 Thread Michael G Schwern
it makes sense to leave it in and document it separately. I agree. Unless we want to resurrect autoboxing? :) -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything

Re: [perl #36302] 'make test' fails testing 'cwd'

2005-06-15 Thread Michael G Schwern
what partition types are mounted on your system and if any of them are read-only? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml

Re: Anonymous, read-only repo access

2005-06-13 Thread Michael G Schwern
haven't seen any issues other than minor build tool migration. I switched from CVS to Subversion and will never go back. AFAIK Subversion has all the features which made Perforce desirable over CVS, primarily change sets and the ability to move and rename files and directories. -- Michael G

Re: Anonymous, read-only repo access

2005-06-13 Thread Michael G Schwern
it much easier for a porter to maintain local, unapplied patches (such as the dor patch) while keeping in sync with the master repo. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good

Re: [perl #36268] Time::Local's croak calls cannot be silenced

2005-06-13 Thread Michael G Schwern
- 12345 formatting. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net/sp05032002.shtml --- lib/Time/Local.pm 2005/06/13 15:18:23 1.1 +++ lib/Time/Local.pm 2005/06/13 15:23:20 @@ -133,12 +133,17

Re: why is hash key length I32?

2005-06-13 Thread Michael G Schwern
On Mon, Jun 13, 2005 at 03:30:34PM +0100, Nicholas Clark wrote: Or that any code on CPAN really copes with HEf_SVKEY? http://cpansearch.bulknews.net/search?q=HEf_SVKEYfm=all -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken

Re: [perl #36268] Time::Local's croak calls cannot be silenced

2005-06-13 Thread Michael G Schwern
compartmentalized. Anyhow, my itch has been scratched so no. Given that Carp is now split into Carp and Carp::Heavy I'm not even sure this is necessary anymore. PS I wasn't aware there was a CPAN version. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when

Anonymous, read-only repo access

2005-06-12 Thread Michael G Schwern
with the absurdity of splicing things together from patch files? [1] http://www.perforce.com/perforce/contracts/open_source.pdf -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml

Re: Some datapoints on hash performance

2005-06-11 Thread Michael G Schwern
. Then we can see the performance of Nick's patches, not the whole lump of 5.8.7 vs 5.9.3. Also check memory consumption. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when you stop believing in it, doesn't go away. -- Phillip K. Dick

Re: [perl #36217] error expected but not given for str vs num comparison

2005-06-08 Thread Michael G Schwern
overloaded. I've taken over these bugs into Test-Simple. https://rt.cpan.org/NoAuth/Bug.html?id=13155 https://rt.cpan.org/NoAuth/Bug.html?id=13156 -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked

Re: re-casting an array reference after hash key extraction

2005-06-06 Thread Michael G Schwern
suppose I can see the danger in such a function, but I'm just curious. I think there's something crazy you can do with pack(), but the simpler thing to do would be to use the Tie::RefHash module. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which

Re: [perl #36127] Using exists() on @_ does not work as expected with undef

2005-06-04 Thread Michael G Schwern
= 0x80e470 SV = PVAV(0x8026ec) at 0x80e470 REFCNT = 3 FLAGS = () IV = 0 NV = 0 ARRAY = 0x106020 FILL = 0 MAX = 3 ARYLEN = 0x0 FLAGS = (REAL) Elt No. 0 SV = NULL(0x0) at 0x80e488 REFCNT = 2 FLAGS = () 1 Yes -- Michael G Schwern [EMAIL

Re: [perl #36108] kill($sig, $pid) does not work as documented on Win32

2005-06-03 Thread Michael G Schwern
On Fri, Jun 03, 2005 at 08:51:36AM -, Steve Hay wrote: Therefore, it appears that kill($sig, $pid) does not behave correctly where $sig is one of INT QUIT TERM BREAK CLD What does the equivalent C program do? Just checking to see if its Perl or Win32. -- Michael G Schwern

Re: [perl #35982] rt.cpan.org?

2005-05-27 Thread Michael G Schwern
to their bug queue, got my ticket and then nothing happened for a week or so. (Come to think of, my ticket from 2005-03-20 was never answered, either) Hmm, you're right. The last version of MakeMaker they've got is 6.27. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com

Re: [PATCH] Do not install change logs, READMEs, etc...

2005-05-27 Thread Michael G Schwern
if $name =~ m{^(?:TODO|BUGS|CREDITS))$}i; ^ ^ One too many parens? return if $name =~ m{^change(?:s|log)(?:\.libnet)?$}i; -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com

Re: [perl #35982] use of backslashed '-' following '$' within character class causes 'Use of uninitialized value in concatenation (.) or string' error under 'use warnings' pragma

2005-05-26 Thread Michael G Schwern
. I'd rather we get a few non-bugs then lose real ones to misdiagnosis on Perlmonks. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation and then relied upon it. -- tchrist in [EMAIL

[PATCH] Re: [perl #35420] localtime corruption

2005-05-26 Thread Michael G Schwern
My patch to the localtime documentation appears to have been lost in the noise. Here it is again. It documents in perlport the portability issues of time ranges localtime() can handle. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar

[PATCH] Do not install change logs, READMEs, etc...

2005-05-26 Thread Michael G Schwern
. +# Changes.e2x and README.e2x are needed by enc2xs. +return if $name =~ m{^(?:README|MANIFEST|META\.yml|INSTALL)$}; +return if $name =~ m{^change(?:s|log)(?:\.libnet)?$}i; + $name = $dir/$name if $dir ne ''; my $installlib = $installprivlib; -- Michael G Schwern

Re: [perl #35982] use of backslashed '-' following '$' within character class causes 'Use of uninitialized value in concatenation (.) or string' error under 'use warnings' pragma

2005-05-26 Thread Michael G Schwern
On Thu, May 26, 2005 at 10:39:48PM +0200, demerphq wrote: On 5/26/05, Michael G Schwern [EMAIL PROTECTED] wrote: On Thu, May 26, 2005 at 02:59:04PM +0200, demerphq wrote: Try www.perlmonks.org next time you suspect you've found a bug. The folks there can help you sort out if its a bug

Re: test, please ignore

2005-05-25 Thread Michael G Schwern
/Simple/t/sort_bug.t 12 3072 24 200.00% 1-2 Failed 1/1 test scripts, 0.00% okay. 2/2 subtests failed, 0.00% okay. Try harness -v and see if that sheds and additional light. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have

Re: [perl #35929] a possible Perl bug about IO::String and $/ in Perl 5.8.6 on Linux/Solaris/MacOS X

2005-05-22 Thread Michael G Schwern
as does local $/ = undef;. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

[PATCH installperl] Re: Removing needless files

2005-05-22 Thread Michael G Schwern
to collect them all into a single directory rather than flatten them into lib/. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml --- installperl 2005/05/22 19:40:25 1.1 +++ installperl

Re: [PATCH] ExtUtils::CBuilder Tru64 support

2005-05-22 Thread Michael G Schwern
. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net/sp05032002.shtml

Re: [PATCH] ExtUtils::CBuilder Tru64 support

2005-05-21 Thread Michael G Schwern
to go. MakeMaker uses $Config{ld} and $Config{lddlflags}. What bit of magic is MakeMaker doing that CBuilder is not? See ExtUtils::MM_Unix-dynamic_lib() for too much detail. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when you stop

Re: [PATCH] ExtUtils::CBuilder Tru64 support

2005-05-21 Thread Michael G Schwern
dynamic shared objects. Configure never actually records what tool to use to create executables. Ahh. Why not? Presumably it needs to know this to make perl? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said

Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS

2005-05-20 Thread Michael G Schwern
if $^O eq 'VMS'; You really ought to localize that. Patch attached. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet! --- lib/Carp.t 2005/05

Warnings seen while compiling blead on OS X

2005-05-20 Thread Michael G Schwern
: In function `XS_Internals_hash_seed': universal.c:923: warning: unused variable `mark' universal.c: In function `XS_Internals_rehash_seed': universal.c:931: warning: unused variable `mark' -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Reality is that which, when you stop

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.29

2005-05-20 Thread Michael G Schwern
and tried it out on bleadperl. 6.30 will be out shortly. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!

[ANNOUNCE] ExtUtils::MakeMaker 6.30

2005-05-20 Thread Michael G Schwern
]) - Fixed a minor C POD nit (Scott Lanning) -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!

[ANNOUNCE] ExtUtils::MakeMaker 6.29

2005-05-19 Thread Michael G Schwern
happen to be in subdirs. - MM_AIX forgot to import neatvalue() from E::MakeMaker. ([EMAIL PROTECTED]) - Fixed a minor C POD nit (Scott Lanning) -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http

Re: Table of Perl 5 Operators

2005-05-18 Thread Michael G Schwern
Excellent, thank you. I've got a little web app nearly finished which will catalog all this and allow it to be modified and corrected. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation

Re: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix

2005-05-17 Thread Michael G Schwern
let us all turn towards the rising sun and thank Miyagawa for providing this fine, fine service to the universe. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: [perl #35420] localtime corruption

2005-05-17 Thread Michael G Schwern
I posted up a few followups and patches to this bug via the RT web interface but I haven't seen them make it to the list. Is RT web - p5p forwarding working? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http

Table of Perl 5 Operators

2005-05-17 Thread Michael G Schwern
operators we get 153 for Perl 6 and 123 for Perl 5 and things start to look more sane. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net/sp05032002.shtml

Re: B::Disassembler.pm

2005-05-17 Thread Michael G Schwern
{ptrsize} == 8 ? B::GET_IV64 : B::GET_U32; +sub GET_PADOFFSET { +$Config{ptrsize} == 8 ? GET_IV64 : GET_U32; } -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: [perl #35420] localtime corruption

2005-05-17 Thread Michael G Schwern
this and don't want to have to monitor individual tickets on the web interface to get all the replies. Is there a way to break the mail loop perhaps using message-ids? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http

Re: [perl #35420] localtime corruption

2005-05-17 Thread Michael G Schwern
. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation and then relied upon it. -- tchrist in [EMAIL PROTECTED]

Re: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix

2005-05-16 Thread Michael G Schwern
. Hoping it's not used anywhere. I like the stack mark variable being const. Its never used in any CPAN module. http://cpansearch.bulknews.net/search?q=SETORIGMARKfm=all -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside

Re: spam and a milestone missed

2005-05-16 Thread Michael G Schwern
job on day two. We shouldn't need to start implementing dubious filters or start discussing ways to change the way the entire Internet sends mail. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net

Re: head refactoring (was Re: Getting rid of AvFLAGS)

2005-05-16 Thread Michael G Schwern
On Mon, May 16, 2005 at 10:29:24PM +0100, Nicholas Clark wrote: ByteLoader fails some tests - I didn't work out why. Where are the ByteLoader tests? -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http

[PATCH] Eliminate radically out of date CHANGES from perlport

2005-05-16 Thread Michael G Schwern
perlport has a CHANGES listing which is unmaintained and radically out of date. This patch eliminates it. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold

[PATCH] Eliminate function signatures from perlport

2005-05-16 Thread Michael G Schwern
of the signatures are incorrect and out of date such as system() and open(). This patch eliminates the signatures from perlport. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml --- pod

Re: [perl #35420] localtime corruption

2005-05-15 Thread Michael G Schwern
...*shudder*...metaconfig and shell programming. I'll take a crack at it. It will be ugly. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: FW: Your Email Account is Suspended For Security Reasons

2005-05-15 Thread Michael G Schwern
you should read the attached document. email-text.zip - Any one else with a cpan mail address get this? I assume its malicious. If this is the first virus/backscatter/spam of this sort you've gotten on your cpan.org address count yourself very lucky. :) -- Michael G Schwern [EMAIL

Re: spam and a milestone missed

2005-05-15 Thread Michael G Schwern
. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern ROCKS FALL! EVERYONE DIES! http://www.somethingpositive.net/sp05032002.shtml

Re: [perl #35420] localtime corruption

2005-05-13 Thread Michael G Schwern
outside that range. 3) Have Perl use its own 64 bit time library. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!

Re: [perl #35420] localtime corruption

2005-05-13 Thread Michael G Schwern
this is relevant or where Y2K comes in. I probably just don't understand the TAI issue. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything.' -- Witches Abroad by Terry

Re: Hints changes for OS X 10.4

2005-05-11 Thread Michael G Schwern
is. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: Perl Build related query

2005-05-10 Thread Michael G Schwern
(most notably gcc 3.x), libraries and operating systems that have appeared since 5.6.1 was released. Finally, SuSE provides its own Perl package. Perhaps you can use that instead of compiling your own Perl. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All

Hints changes for OS X 10.4

2005-05-10 Thread Michael G Schwern
on. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything.' -- Witches Abroad by Terry Prachett --- hints/darwin.sh 2005/05/11 00:56:56 1.1 +++ hints

Somebody please contact westsite.be

2005-05-06 Thread Michael G Schwern
. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Don't try the paranormal until you know what's normal. -- Lords and Ladies by Terry Prachett

Re: [perl #35306] Module Install

2005-05-06 Thread Michael G Schwern
modules into temporary locations (PREFIX=...). -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Ahh email, my old friend. Do you know that revenge is a dish that is best served cold? And it is very cold on the Internet!

Re: [ANNOUNCE] Test::Simple/More/Builder 0.60

2005-05-04 Thread Michael G Schwern
/is_deeply.t 386 15.79% 4-5 18-19 36 38 There is no is_deeply.t. It got moved to is_deeply_fail.t. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything

[ANNOUNCE] Test::Simple/More/Builder 0.60

2005-05-03 Thread Michael G Schwern
versions of the dor patch before err() was weakend. [rt.cpan.org 8734] -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything.' -- Witches Abroad by Terry

Re: [PATCH] Remove two unused vars in Time::HiRes

2005-05-02 Thread Michael G Schwern
On Tue, May 03, 2005 at 08:15:21AM +0300, Jarkko Hietaniemi wrote: Andy Lester wrote: Two unused vars in Time::HiRes. I assume most compilers will optimize it all away anyway, but here they are: Ummm. Instead of throwing away information, let's use it (see the attachment). (This patch

<    1   2   3   4   5   6   7   8   9   >