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
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
>
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
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(/\
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
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
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:
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