Re: [perl #3229] PERL dumps core after XML-Encoding-1.01 test.pl completes

2004-10-24 Thread Michael G Schwern
wouldn't be surprised if this was related and has long since been fixed. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Now if you'll excuse me, I've got about a hundred hours of memories to erase!! -- http://www.angryflower.com/allrigh.gif

Re: [perl #27886] for any perl thing, perldoc -f should cough up some tip

2004-10-22 Thread Michael G Schwern
standpoint, because of the way perlop is layed out it is difficult to automatically extract per-operator documentation. It would need to be proken up more like perlfunc with each operator an =item. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ You're more radiant

Re: [perl #31937] perlop: add basic =~ examples

2004-10-22 Thread Michael G Schwern
On Fri, Oct 22, 2004 at 05:33:45PM -, Steve Peters via RT wrote: I think that's what perlretut (regular expresssion tutorial) is for. Agreed, perlretut contains all these examples already. perlretut is not mentioned in perlop. -- Michael G Schwern[EMAIL PROTECTED] http

Re: [perl #31227] perldoc -f, -q ignores extra arguments with no notice

2004-10-22 Thread Michael G Schwern
that this is allowed. This is not the case with perldoc -f or -x. Adding code to trap something that is undocumented seems like overkill to me. Garbage in, garbage out. Bad. Garbage in, nothing out. Less bad. Garbage in, error out.Good. perldoc -f should check its arguments. -- Michael G Schwern

Re: 2D array memory bloat

2004-10-22 Thread Michael G Schwern
; $snp_data_buffer-[$.] = split /\s+/, $_; } # Give me the 50th character from line 28. my $char = vec $snp_data_buffer-[27], 49, 8; -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ If you haven't got the skill to do something important

Re: cpan command/Module and Build.PL

2004-10-21 Thread Michael G Schwern
. Instead, use CPANPLUS. CPANPLUS is intended to fully replace CPAN.pm and understands Module::Build. http://search.cpan.org/dist/CPANPLUS/ -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Home of da bomb

dor and backwards compat (was Re: [ANNOUNCE] Test::Simple 0.49)

2004-10-21 Thread Michael G Schwern
. This follows the usual pattern of breaking compatibility. Warn about it in one stable series then eliminate it in the next. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Home of da bomb

Re: [perl #32033] Using foreach on threads::shared array crashes perl

2004-10-21 Thread Michael G Schwern
). Making $a lexical still crashes. Copying $a to $d and then using $d does not crash. foreach $a (@list) { my $d = $a; $d-{n}; print $d\n; } Conclusion: Its got something to do with the aliasing nature of foreach. -- Michael G Schwern[EMAIL

Perl 5 is 10

2004-10-21 Thread Michael G Schwern
I see 5.000 came out on Oct 17th, 1994. I didn't see anyone mention it, so I'll give a little happy belated birthday to Perl 5. Ten years of references, objects and modules. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Abandon failing tactics.

Re: [perl #31973] missing perl module (what it's name ?) which suppor ts kill_children ...

2004-10-21 Thread Michael G Schwern
, neither can we. Ask the authors of Cerberus Test Control System. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Playstation? Of course Perl runs on Playstation. -- Jarkko Hietaniemi

Re: [perl #31973] cpan problems

2004-10-21 Thread Michael G Schwern
. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ If I got anything to say, I'll say it with lead. -- Jon Wayne

Re: [perl #31248] Perl 5.8.5 dies

2004-10-17 Thread Michael G Schwern
On 19 Aug 2004 22:35:08 -, David Schanen (via RT) [EMAIL PROTECTED] wrote: Compiler: cc='gcc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'

[ANNOUNCE] Test::Simple 0.49

2004-10-15 Thread Michael G Schwern
Its about freakin' time. Has it really been two years since the last stable release? Yes it has. This is 0.48_02 plus a minor test and MANIFEST fix. INCOMPATIBILITIES WITH PREVIOUS VERSIONS * Threading is no longer automatically turned on. You must turn it on before you use Test::More if

Re: [perl #30123] foreach (, a..zzzzzz) confuses range optimizer

2004-10-15 Thread Michael G Schwern
On Thu, 9 Sep 2004 22:47:35 +0100, Dave Mitchell [EMAIL PROTECTED] wrote: I'm not sure how this can be construed as a bug. In the general case I'd expect 'a'..'zzz' to generate a large list, since P5 doesn't have P6's lazy lists. It just so happens that Cfor (X..Y) is special-cased, but I

Re: Exporter patch

2004-10-14 Thread Michael G Schwern
On Thu, 14 Oct 2004 10:22:30 +1000, David Radunz [EMAIL PROTECTED] wrote: Here's what I'm wondering: Why should Exporter be in the business of declaring constants? Well its hard to tell if something is a constant or not without checking to see if its declared. And when you export the

Re: scalar(%tied_hash)

2003-12-04 Thread Michael G Schwern
the transparency with non-tied hashes! I don't see why. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ My breasts are arousing weapons.

Re: Package/Distribution version format and sorting

2003-11-23 Thread Michael G Schwern
are compared as numbers. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ That you be hanged by the neck, but not until you are dead, but that you be taken down again, and whilst you are yet alive, your bowels be taken out and burnt before your face

Re: [PATCH] instmodsh on freebsd4.6

2003-11-18 Thread Michael G Schwern
bag of worms. Might be the best way to go. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ I know you get this a lot, but you're breathtaking, like a vision of simplicity

Re: [PATCH] instmodsh on freebsd4.6

2003-11-18 Thread Michael G Schwern
. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ I'm exploring my nipples.

Re: [perl #24444] ndbm gdbm problem in make test

2003-11-12 Thread Michael G Schwern
distribution you're using would help. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Remember, any tool can be the right tool. -- Red Green

MakeMaker still a little queasy

2003-11-11 Thread Michael G Schwern
be moving blibdirs out of top_targets(). It really shouldn't have been there in the first place. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Follow me to certain death! http://www.unamerican.com/

[ANNOUNCE] ExtUtils::MakeMaker 6.21

2003-11-11 Thread Michael G Schwern
] - metafile error message slightly mangled. Bare $! mistake confusing nmake [rt 4285 4301] -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ This Ring, no other, is made by the elves, Who'd pawn their own mother to grab it themselves. Ruler of creeper, mortal

Re: [perl #23697] installing onto beos

2003-09-10 Thread Michael G Schwern
defaults. make: *** No targets. Stop. /bin/make -- NOT OK Is your Makefile empty? -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ We don't know. But if we did, we wouldn't tell you.

Re: [perl #23716] error in documentation for readdir

2003-09-10 Thread Michael G Schwern
); closedir DIR; In the grep command, the '' should be '||', and the 'f' should be '-f'. It is -f. Your formatting seems to have mangled something. And it should be since its looking for files which begin with a dot. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern

Re: maint@20808: Time::HiRes 'distclean' leaves old files around

2003-08-21 Thread Michael G Schwern
and MakeMaker should take care of Makefile and Makefile.old. Could I see your Makefile? -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ You and your facts and your physics. Pah, I say. http://www.goats.com/archive/981221.html

Re: ExtUtils::MakeMaker question: list of install files

2003-08-14 Thread Michael G Schwern
://rt.cpan.org/NoAuth/Bug.html?id=3003 which will probably result in a packlist target you can run seperately from install. -- Michael G Schwern[EMAIL PROTECTED] http://www.pobox.com/~schwern/ Good tidings, my native American Indian friend! America will soon again be yours! Please accept

Re: downrev modules in RC2

2003-07-27 Thread Michael G Schwern
On Sun, Jul 27, 2003 at 08:16:43PM -0700, Randal L. Schwartz wrote: Ahh. No version number in B::Bytecode in 5.8.1. That sounds like an easy fix. Maybe give it version 2.00 or something? I see a version #. /usr/local/src/perl-5.8.1-RC2 $ grep 'VERSION' ext/B/B/Bytecode.pm our $VERSION =

Re: downrev modules in RC2

2003-07-27 Thread Michael G Schwern
On Sun, Jul 27, 2003 at 08:39:09PM -0700, Randal L. Schwartz wrote: Michael /usr/local/src/perl-5.8.1-RC2 $ perl -MExtUtils::MakeMaker -wle 'print MM-parse_version(shift)' ext/B/B/Bytecode.pm Michael 1.00 $ perldoc -l B::Bytecode.pm /opt/perl/snap/lib/5.8.1/darwin/B/Bytecode.pm Why is

perlbug ego search

2003-07-17 Thread Michael G Schwern
Having just had a really old notabug I sent a few years ago via an old email address pointed out to me, I tried searching on bugs.perl.org for Requestor email address contains 'schwern' and Status isn't resolved. Found seven, many about really old or development versions of Perl that I can easily

Re: [PATCH] perlsyn doesn't start well

2003-07-11 Thread Michael G Schwern
On Fri, Jul 11, 2003 at 02:43:46PM -0400, Casey West wrote: I decided to read the documentation from the complete beginner POV. I decided that I would check 'man perl' to start, which gave me a list of documents. Then I figured, I'm new to the language, I'll start by reading it's syntax. So

[PATCH] ExtUtils::MakeMaker 6.10_07

2003-07-05 Thread Michael G Schwern
The following patch brings bleadperl in sync with 6.10_07. I've noticed Robin's long =item patch appears to have been applied. I don't understand what the problem is, nor can I reproduce it. Anyhow, it sounds like a pod2man bug, not MakeMaker. So I removed it. The only real difference

Re: [PATCH] MM_VMS.pm -- fix xs installation

2003-07-05 Thread Michael G Schwern
On Sat, Jul 05, 2003 at 04:48:33PM -0500, Craig A. Berry wrote: Michael G Schwern wrote: Does this also fix perllocal.pod generation? Yes. The doc_xxx_install targets had the same temp file problem as the pure_xxx_install targets, and the patch fixed them the same way. I've confirmed

Re: Performance Question

2003-06-24 Thread Michael G Schwern
On Tue, Jun 24, 2003 at 12:21:54AM -0500, [EMAIL PROTECTED] wrote: I have an odd performance question. Could anybody tell me why version 1 below is faster than version 2? It looks like the opposite is true. They're not equivalent programs. #2 assigns to 0, 1 and 2 of @$v. #1 assigns to $v-[0]

Re: used only once warning lost by require?

2003-06-10 Thread Michael G Schwern
On Tue, Jun 10, 2003 at 09:38:08AM +0200, Rafael Garcia-Suarez wrote: Frankly, I don't know whether the current behaviour is the result of a design or not ; but it makes sense to me. I mean, modules are not intended to be standalone entities, so global variables used only once in them are

[ANNOUNCE] ExtUtils::MakeMaker 6.06_02 alpha

2002-12-23 Thread Michael G Schwern
eliminate_macros() and fixpath() from File::Spec::VMS and into MM_VMS. Eliminate the above from inside FS::VMS-catfile and catdir. Make into MM_VMS wrappers. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One

Re: Removal of Pseudo-Hashes: what happens to compile-time checks

2002-08-12 Thread Michael G Schwern
haven't heard so far what will happen to the compile-time checking of typed pseudo-hashes. We'll do our best to preserve it, somehow. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Thanks

Thoughts from TPC: Inlined ext/ modules

2002-08-02 Thread Michael G Schwern
More chronicles from TPC. As mentioned earlier, XS is kinda nasty. Inline::C automates a lot of it. Ingy has made the suggestion that if Inline::C is in 5.9 we can eliminate much of the XS code from the modules in the ext/ directory and make things much, much simpler. -- Michael G. Schwern

Thoughts From TPC: Eliminate 5.005 threads

2002-08-02 Thread Michael G Schwern
things up. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One the chair. it wants to die. oh no! she sees me! she attacks!

Re: [ID 20020617.010] nearly OK on sony vaio 5.8.0 RC1 (fails withODBM relocation undefined symbol)

2002-06-18 Thread Michael G Schwern
On Mon, Jun 17, 2002 at 01:09:09PM +0200, [EMAIL PROTECTED] wrote: Essentially almost all the tests pass, (if you leave out the skipped threads and OS specific stuff, and a couple of others), except for this single odbm problem. Unfortunately it knocks onto Memoize, so it registers as 2

Re: canonical threads handling for locking ?

2002-06-18 Thread Michael G Schwern
On Tue, Jun 18, 2002 at 06:29:38PM -0400, Jim Cromie wrote: recently, MSCHWERN posted a patch that included something like; *** Initializing Blame Transfer Protocol Buffer *** That would be ABERGMAN. -- This sig file temporarily out of order.

Re: h2xs default Multithread POD entry

2002-05-28 Thread Michael G Schwern
On Tue, May 28, 2002 at 08:33:18AM +0200, Arthur Bergman wrote: I was thinking of adding a default POD entry in the line of =head1 Multithreaded This module author did not bother to change this text so this module cannot be considered multithread safe. I thought about this some more and

Re: [ID 20020525.001] do{} loosing value

2002-05-25 Thread Michael G Schwern
On Sat, May 25, 2002 at 07:10:17PM +0200, Christian Jaeger wrote: use strict; sub DEBUG(){0}; sub mysub { if (1) { # if(){} needed to trigger bug Not just if(){}, but it has to be if(CONSTANT){}. Which makes me think something is being optimized away. use strict; sub

Re: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS

2002-05-25 Thread Michael G Schwern
On Sat, May 25, 2002 at 12:19:36PM -0500, Craig A. Berry wrote: Hopefully the last VMS tweak to this twisty test. We were using t/ as the root directory, which was preventing us from locating libraries from ../lib (you can't go higher than the root). This failed to show up in earlier

[PATCH lib/overload.pm] \\

2002-05-04 Thread Michael G Schwern
Perl value. If the corresponding operation for this value is overloaded too, that operation will be called again with this value. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One It's Absinthe

[PATCH] Test::Harness 2.03 - 2.04

2002-04-29 Thread Michael G Schwern
, \n; -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One navy ritual: first caulk the boards of the deck, then plug up my ass. -- japhy

[PATCH] Re: VMS@16189

2002-04-26 Thread Michael G Schwern
, @@ -391,5 +394,5 @@ delete $expect-{details}; delete $results{details}; -is_deeply(\%results, $expect, the rest ); +is_deeply(\%results, $expect, the rest $test ); } -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL

[PATCH] ExtUtils::MakeMaker 5.90_01 - 5.91_02

2002-04-23 Thread Michael G Schwern
Big honkin' patch to sync bleadperl up with MakeMaker 5.91_02 (5.91_01 plus some test adjustments for the core). See lib/ExtUtils/Changes for details. Note: This patch blows over 16033's patch to basic.t. Sarathy's having some trouble with PASTHRU and nmake, but 16033 just hides the problem.

Re: [ID 20020411.003] my re-initialization failure

2002-04-11 Thread Michael G Schwern
previously assigned value, or possibly anything else. Don't rely on it. Future versions of perl might do something different from the version of perl you try it out on. Here be dragons. so the behavior of my $foo if $bar is officially undefined. -- Michael G. Schwern

Re: Cygwin@15838

2002-04-10 Thread Michael G Schwern
-- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One 36 haikus would scare the shit out of me. Thank goodness for paste! -- Schwern

[PATCH] Encode tweaks for VMS

2002-04-06 Thread Michael G Schwern
, $table.fnm) || die Could not open $table.fnm: $!; -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One If you'll mount me, I'll let you bomb Canada until they swoon.

Re: [ID 20020328.001] Not OK: perl v5.7.3 +DEVEL15550 on MSWin32-x86-multi-thread 4.0 (UNINSTALLED)

2002-04-04 Thread Michael G Schwern
. Likely you were left in the wrong directory somehow. Might be related to the other failure. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One I stared into the Abyss, and it avoided making eye

Re: [Encode] enc2xs is even more portable now

2002-04-01 Thread Michael G Schwern
as they contain just dashes and alphanumerics. my $plib = $ENV{PERL_CORE} ? '-I$(PERL_LIB)' : ''; $str .= qq{\n\t\$(PERL) $plib $enc2xs -Q -O -o \$\@ -f $table.fnm\n\n}; -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED

Re: compile tweak for Win32

2002-03-30 Thread Michael G Schwern
it: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-03/msg02312.html -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One You killed my fish? Why does that pickle you? http

Re: [PATCH 1_compile.t] +B::Disassembler -B::C

2002-03-30 Thread Michael G Schwern
On Sat, Mar 30, 2002 at 11:59:52PM +0100, Rafael Garcia-Suarez wrote: On 2002.03.30 23:28 Michael G Schwern wrote: On Sat, Mar 30, 2002 at 10:19:46PM +0100, Rafael Garcia-Suarez wrote: On the other hand, AFAIK, there is no test for B::C (and no test for perlcc -- a simple test for perlcc

Re: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t

2002-03-29 Thread Michael G Schwern
for debugging these tests? cd t; PERL_CORE=1 ./perl -I../lib -dw lib/ExtUtils/t/Constant.t I think the above glitch may have been my fault. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job

Re: [PATCH] Re: [PATCH] MakeMaker sync 5.48_03 - 5.53_01

2002-03-29 Thread Michael G Schwern
On Sat, Mar 30, 2002 at 01:48:37AM +0200, Jarkko Hietaniemi wrote: Better but still no Cuban. Log attached. Ok, I'll get Tru64 setup. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Zenham

Re: [ID 20020323.002] recently-introduced regex segfault

2002-03-23 Thread Michael G Schwern
/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' err.. what happened there? -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One and that, children, is how to clean and load a .38 revolver

Re: three tests fail

2002-03-23 Thread Michael G Schwern
::BigInt' FAILED at test 1 The first has been failing for a while, but the other two are new, so I thought I'd mention it. Can give a full report if needed... Those two just went in... 10 minutes ago it looks. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl

CPAN modules @ 15373

2002-03-22 Thread Michael G Schwern
, too). Authen::SASL The following passed on 5.6.1 but not bleadperl (bad) HTML::Parser (see next post) -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One We have cornered the market

HTML::Parser tests broken by 15200

2002-03-22 Thread Michael G Schwern
; } print 1..1\n; $p = HTML::HeadParser-new($h); ... this is a direct result of change 15200, changing the error message from Can't locate Foo.pm in @INC to Can't locate file Foo.pm. Backwards compatibility applies to perldiag, too. -- Michael G. Schwern [EMAIL PROTECTED

Re: Syntax error in Encode/8859.c

2002-03-22 Thread Michael G Schwern
nothing to do with perl or something really odd going on here because what should be the same thing is different. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One That you be hanged by the neck

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: Smoke 15217 /pro/3gl/CPAN/perl-current

2002-03-14 Thread Michael G Schwern
8 ext/Encode/t/JP.FAILED at test 9 lib/File/Temp/t/mktemp..FAILED at test 6 lib/File/Temp/t/securityFAILED at test 3 lib/File/Temp/t/tempfileFAILED at test 6 -- Michael G. Schwern [EMAIL PROTECTED]http

Re: [PATCH 5.7.3] gv.c: Use of inherited AUTOLOAD for non-method Foo::DESTROY()

2002-03-12 Thread Michael G Schwern
I should apply the following patch, then? (It passes the test suite and all that.) I don't think we have a test for this particular bug. How is it tickled exactly? -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED

[PATCH] Hash::Util part 2

2002-03-10 Thread Michael G Schwern
in Scalar::Util, +List::Util and Hash::Util for making those respective types readonly. + +=head1 AUTHOR + +Michael G Schwern [EMAIL PROTECTED] using XS code by Nick Ing-Simmons. + +=head1 SEE ALSO + +LScalar::Util, LList::Util, LHash::Util + +=cut + --- /dev/null Mon Jan 28 02:17:54 2002 +++ ext/Data

Re: Smoke 15089 NetBSD/Alpha w/-O0 Threads bomb.

2002-03-10 Thread Michael G Schwern
On Sun, Mar 10, 2002 at 10:01:12PM +0200, Jarkko Hietaniemi wrote: On Sun, Mar 10, 2002 at 02:58:41PM -0500, Michael G Schwern wrote: On Sun, Mar 10, 2002 at 09:42:57PM +0200, Jarkko Hietaniemi wrote: Threads bomb out completely :( ...what threads? There are no threads in the std

Re: NetBSD ++unwell

2002-03-08 Thread Michael G Schwern
On Fri, Mar 08, 2002 at 03:56:49PM +, Nicholas Clark wrote: On Fri, Mar 08, 2002 at 10:35:10AM -0500, Michael G Schwern wrote: Yep, its definately something about ./Configure -des. It works ok if I run Configure manually and just take the defaults. The *only* change I made

Re: Restricted hashes?

2002-02-23 Thread Michael G Schwern
in there and possibly a version of Scalar::Util::tainted() that also works on arrays and hashes. Tick, tock, tick, tock, ... Hickory dickory dock The porter fought the clock Time he has none The patch isn't done He'll have to wait for 5.8.1 -- Michael G. Schwern [EMAIL PROTECTED]http

Re: [PATCH] consistent commands for perl5db.pl

2002-02-22 Thread Michael G Schwern
deleted all of them. A bit less dangerous with the clean abw/ABW split. Still... the syntax could be changed to [ABW] \d+ or [ABW] all to indicate you want to delete everything with [ABW] just throwing a warning. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl

Re: Case of the missing $Config{installhtml*}

2002-02-12 Thread Michael G Schwern
On Tue, Feb 12, 2002 at 01:49:03PM -0800, Jan Dubois wrote: On Tue, 12 Feb 2002 15:52:53 -0500, Michael G Schwern [EMAIL PROTECTED] wrote: Ok, that clears things up, thanks. I'm still curious where ActiveState is using $Config{installhtmldir}. I believe it is only used by PPM (the Perl

Re: Little Win98 Command Prompt help?

2002-02-05 Thread Michael G Schwern
On Tue, Feb 05, 2002 at 05:55:16PM -0600, Christopher E. Stith wrote: Thus spake Michael G Schwern ([EMAIL PROTECTED]): screen. I'm currently getting around this by piping output off to files and reading it with an editor, or occassionally piping to more, but its rather frustrating

Re: Little Win98 Command Prompt help?

2002-02-05 Thread Michael G Schwern
On Wed, Feb 06, 2002 at 02:10:56AM -0500, Michael G Schwern wrote: The classic DOS pager program, list, is also available there. http://www.simtel.net/pub/dl/51548.html This works a little better (a pager with a 74 page manual, nice). How does one redirect both stdout and stderr

Re: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS

2002-01-20 Thread Michael G Schwern
-file_name_is_absolute($cmd[1])); + $self-{$key} = join(' ', @cmd); + } } if ($self-{PARENT}) { $self-{PARENT}-{CHILDREN}-{$newclass} = $self; [end of patch] -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance

Re: NOK 14152 on iPAQ HP3650

2002-01-12 Thread Michael G Schwern
On Sat, Jan 12, 2002 at 04:21:02PM +0100, Tels wrote: After deleting the build direcotry, unzipping it and trying again, I got past configure and was deep in the make stage, when the network connection broke. I'll try to resurrect it if I find time. nohup is your friend. -- Michael G

Re: [ANNOUNCE] Test::Simple/More/Builder/Tutorial 0.40

2001-12-21 Thread Michael G Schwern
On Fri, Dec 21, 2001 at 04:00:34PM +0100, Philip Newton wrote: On Mon, 17 Dec 2001 04:52:13 -0500, [EMAIL PROTECTED] (Michael G Schwern) wrote: isa_ok() Handles unblessed refs now - isa_ok([], 'ARRAY'); Better diagnostics. not ok 1 - The object isa Bar

Re: [ID 20011221.004] Question

2001-12-21 Thread Michael G Schwern
this distribution? -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One come sing my fun song my bologna has a first name p a s t e -- Fmh

Re: Importing Considered Harmful

2001-12-19 Thread Michael G Schwern
for everything they export (assuming an Exporter style export), warns you of clashes and gives you a symbol name = module hash. Like I said, sort of silly. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee

Re: Untested modules update: There's more than we thought

2001-12-17 Thread Michael G Schwern
was literally just about to release 0.40 and I HAD to go read my email first. Either way, your above ok() solutions still give you no failure diagnostics, which is the whole point. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL

Re: Untested modules update: There's more than we thought

2001-12-16 Thread Michael G Schwern
. Anyhow, its usually Really Obvious when Test::More starts failing. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One This is my sig file. Is it not nify? Worship the sig file. http

-t for taint warnings (was Re: use taint;)

2001-12-13 Thread Michael G Schwern
it. if (!PL_unsafe) Perl_croak(aTHX_ f, s, ug); else if (ckWARN(WARN_TAINT)) Perl_warner(aTHX_ WARN_TAINT, f, s, ug); -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Obscenity

Re: Configure warnings on Linux/arm

2001-12-12 Thread Michael G Schwern
On Wed, Dec 12, 2001 at 10:07:47AM -0500, Andy Dougherty wrote: On Wed, 12 Dec 2001, Michael G Schwern wrote: I'm trying out bleadperl@13630 on Linux/arm at the moment. Its slow going. I got this warning from Configure: Trying gcvt... gcvt() found. gcvt oddity

Re: unlinking lots of files for test purposes

2001-12-12 Thread Michael G Schwern
and $! preserved and you can do with them as you wish. Works on Linux and VMS fine and shouldn't give you any trouble on Cygwin. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Here's some scholarly-ass

Re: Removing old expected test failures

2001-12-09 Thread Michael G Schwern
-ring/ All works fine here. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One you're a bleeding-heart liberal. LET ME PLUG MY ASS WITH PASTE RIGHT NOW! -- japhy

[PATCH t/op/tr.t] Cleanup and more counting tests

2001-12-06 Thread Michael G Schwern
bounds, index positive' ); +is( scalar @foo, 0, doesn't extend the array); + + +my %foo = (); +eval '$foo{bar} =~ tr/N/N/'; +is( $@, '', 'implicit count outside hash bounds' ); +is( scalar keys %foo, 0, doesn't extend the hash); -- Michael G. Schwern [EMAIL PROTECTED]http

[PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2

2001-12-06 Thread Michael G Schwern
sure single quotes are honored \nnot ok EOS ok 13 EOF -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Here's hoping you don't become a robot!

Re: [ID 20011203.003] Not OK: perl v5.7.2 +DEVEL13439 on cygwin 1.3.5(0.4732)

2001-12-03 Thread Michael G Schwern
On Mon, Dec 03, 2001 at 05:07:58PM -0500, John Peacock wrote: Michael G Schwern wrote: On Mon, Dec 03, 2001 at 04:19:37PM -0500, John Peacock wrote: That fails test 4, as you surmised. Now, how do I fix it? Me? I just break 'em. All I know is there's something wrong with IO

Re: Proposed additions to the tied hash and array interfaces

2001-11-28 Thread Michael G Schwern
On Wed, Nov 28, 2001 at 01:49:31PM +, Dave Mitchell wrote: Michael G Schwern [EMAIL PROTECTED] wrote: On Tue, Nov 27, 2001 at 03:32:09PM +, Dave Mitchell wrote: It also means that: * no-one can ever add a FETCHSLICE method to any existing module for fear of breaking sub

Re: [PATCH: perl@13169] add Shell.t tests for VMS

2001-11-21 Thread Michael G Schwern
On Wed, Nov 21, 2001 at 08:17:25PM -0500, [EMAIL PROTECTED] wrote: PS: How do I say Cprint 1..0\n if ($^O ne 'VMS'); under Test::More? plan( skip_all = Only for VMS. You go home now. ) if $^O 'ne' VMS; -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl Quality

Re: Make Schwern Poor before 5.8.0

2001-11-19 Thread Michael G Schwern
directory names to form a complete path ending [snip] etc etc. Shouldn't all these path functions be already somewhere else, f.i. in File::Spec and shouldn't it use File::Spec, simply? Or am I something missing? -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com

Re: [PATCH t/comp/cpp.t perl.c] VMS and the -P flag, round one

2001-11-14 Thread Michael G Schwern
$output sys$input So it can be done. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One I'm exploring my nipples.

[PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]

2001-11-14 Thread Michael G Schwern
Craig cleaned up the die_exit.t patch below. This, too, relies on Charles's pipe_and_fork-of-Borg patch. - Forwarded message from Craig A. Berry [EMAIL PROTECTED] - To: Michael G Schwern [EMAIL PROTECTED] From: Craig A. Berry [EMAIL PROTECTED] Subject: die_exit.t X-OriginalArrivalTime

Re: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com] Recoving dup tests for VMS

2001-11-12 Thread Michael G Schwern
On Mon, Nov 12, 2001 at 07:35:33PM -0500, Michael G Schwern wrote: This fixes up the two dup tests so they work on VMS. The basic problem was they expected echo to exist. So instead we just use perl. In the process a VMS bug was uncovered. system() does not honor the redirection

[PATCH pod/perlport.pod] exit docs out of order

2001-11-12 Thread Michael G Schwern
-- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Pancakes is the better part of valor. http://www.goats.com/archive/971202.html

Re: Where are my 'O's?

2001-11-03 Thread Michael G Schwern
to the switches in the #! line. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One The desired effect is what you get when you improve your interplanetary funksmanship.

[PATCH vms/test.com] Re: A question about #!/usr/bin/perl in .t files

2001-11-03 Thread Michael G Schwern
(.*)/) { + if (/#!.*perl(.*)$/) { $switch = $1; # Add to protect uppercase switches on command line $switch =~ s/-(\S*[A-Z]\S*)/-$1/g; -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED

Re: Perlbug 19990906.001 - segfault on long escaped quote regex

2001-10-29 Thread Michael G Schwern
) . ' . ('a' x 2); +$line =~ m(?:\s*\'(?:[^\\']|\\.)*\'\s*); +print ok\n; +EXPECT +ok + -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One purl Hey Schwern! honk, honk, honk, honk, honk, honk

Re: MacOS X.1 build w/some problems

2001-10-26 Thread Michael G Schwern
not being able to write to HFS+ and OS X not Chances are HFS+ is rather proprietary. Darwin can read it, no? -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One flatulent no more, I only make

DST in Russia?

2001-10-25 Thread Michael G Schwern
Do any parts of Russia still observe two hours of Daylight Savings Time? Does anywhere? Wondering if Time::Local needs to take this into account or if one hour is good enough for everyone. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance

FYI: Change log mailing lists

2001-10-23 Thread Michael G Schwern
committed to perl along with the usual archives at http://archive.develooper.com/ -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Good tidings, my native American Indian friend! America will soon

A philosophical tainting issue

2001-10-05 Thread Michael G Schwern
that I'm overlooking, I'll use that instead. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One I'm going to have to hurt you on principle.

<    3   4   5   6   7   8   9   >