Paul Marquess wrote:
> > - $Inc = '-"I[.blib.lib]" -"I[.blib.arch]"';
> > + $Inc = '-"I[-.lib]" -"I[-.arch]"';
> > }
> > elsif ($^O eq 'MSWin32') {
> > foreach (@INC)
>
> Is this the layout needed for running these tests when Compress::Zlib is in
> the core only? Is the use of blib still valid for the case when C::Z is
> built on VMS away from the core?That's possible, but blib should take care of that IIRC. (non-core builds)
