[PATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread chromatic
Just when you thought it was safe to smoke Perl... I'm also working on tests for CPAN::FirstTime, though they may require a bit of reorganization to do it right. It'll likely make the code smaller and more flexible too. -- c --- MANIFEST~ Thu May 9 19:04:21 2002 +++ MANIFESTThu May 9 19

Re: [PATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread Jarkko Hietaniemi
On Thu, May 09, 2002 at 07:10:15PM -0700, chromatic wrote: > Just when you thought it was safe to smoke Perl... I'm also working on tests > for CPAN::FirstTime, though they may require a bit of reorganization to do > it right. It'll likely make the code smaller and more flexible too. > > -- c >

Re: [PATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread chromatic
On Thursday 09 May 2002 21:32, Jarkko Hietaniemi wrote: > > +open(OUT, '>lib/B/success.pm') or skip_all( 'Cannot write fake backend > > module'); > Unportable filename. Would File::Spec help? > > +@lines = split(/\n/, runperl( args => \@args, stderr => 1 ) ); > Portable to split on /\n/? Looki

Re: [PATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread Jarkko Hietaniemi
On Thu, May 09, 2002 at 09:45:24PM -0700, chromatic wrote: > On Thursday 09 May 2002 21:32, Jarkko Hietaniemi wrote: > > > > +open(OUT, '>lib/B/success.pm') or skip_all( 'Cannot write fake backend > > > module'); > > Unportable filename. > > Would File::Spec help? Yup. > > > +@lines = split(/\

[REPATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread chromatic
Let's try this then: --- MANIFEST~ Thu May 9 19:04:21 2002 +++ MANIFESTThu May 9 19:06:06 2002 @@ -88,6 +88,7 @@ ext/B/Makefile.PL Compiler backend makefile writer ext/B/NOTESCompiler backend notes ext/B/O.pm Compiler front-end module (-MO=...) +ext/B/t/o.t

Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread Jarkko Hietaniemi
On Thu, May 09, 2002 at 10:00:10PM -0700, chromatic wrote: > Let's try this then: > > +END { > + 1 while unlink('lib/B/success.pm'); I suggest a VMS test drive account :-) -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It i

Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread chromatic
On Thursday 09 May 2002 22:07, Jarkko Hietaniemi wrote: > On Thu, May 09, 2002 at 10:00:10PM -0700, chromatic wrote: > > + 1 while unlink('lib/B/success.pm'); > I suggest a VMS test drive account :-) The password's around here somewhere. Perhaps preferable, patching the patch to say:

Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O

2002-05-09 Thread Jarkko Hietaniemi
On Thu, May 09, 2002 at 10:07:14PM -0700, chromatic wrote: > On Thursday 09 May 2002 22:07, Jarkko Hietaniemi wrote: > > > On Thu, May 09, 2002 at 10:00:10PM -0700, chromatic wrote: > > > > + 1 while unlink('lib/B/success.pm'); > > I suggest a VMS test drive account :-) > > The password's aroun