Re: Thoughts from TPC: Testing perlguts with Inline::C

2002-08-02 Thread Tim Jenness
eal difference is that Inline generates the XS automatically - presumably from the apidoc information. > So, this is a request to place Inline::C into 5.9 to facilitate easy testing > of the C API. -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj

Re: Real Low Fruit

2001-12-10 Thread Tim Jenness
bout 2 weeks ago and never quite got around to editing the Wiki. -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj

[PATCH] Add test for Pod::ParseUtils

2001-11-20 Thread Tim Jenness
case since I do not have enough time to fix the problem in Pod::ParseUtils - if Russ patches Pod::ParseUtils to use Pod::ParseLink then I will add the more stringent tests. This test could also be added to the PodParser distribution (hence the cc). -- Tim Jenness JAC software http://www.jach.

Re: Make Schwern Poor before 5.8.0

2001-11-19 Thread Tim Jenness
t have as much time to screw around > on p5p which will be a relief for everyone. > > > -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj

RE: ext/POSIX/t/posix.t on VMS

2001-11-07 Thread Tim Jenness
-d somewhere and leaving an errno of ENOTDIR laying about. Hmm. > Well, $! is meant to be exactly errno so it seems that the magic is not working or using POSIX::errno has set errno to something. Does it make a difference if you define $foo after you set $errno? -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj

Re: ext/POSIX/t/posix.t on VMS

2001-11-07 Thread Tim Jenness
a" or print 0+$!' 2 % perl -e 'open FH,"bla" or print $!' No such file or directory -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj

Re: The problem of test.pl

2001-09-24 Thread Tim Jenness
On Sun, 23 Sep 2001, Michael G Schwern wrote: > > Alter h2xs and ExtUtils::ModuleMaker to make the stub test be t/Foo.t > instead of test.pl. > I believe h2xs does this already in bleadperl. -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj