On Friday 10 May 2002 01:10, [EMAIL PROTECTED] wrote:
> Move these use() after the BEGIN (so you get the correct @INC).
> Shouldn't you mkdir ./lib/B before this ?
> Tests 7 and 8 will fail without perlio, thus you should
> skip them (see the BUGS section is O.pm's pod).
You guys are a lot pic
Quoting chromatic <[EMAIL PROTECTED]>:
> Let's try this then:
[]
> --- /dev/null Thu Aug 30 02:54:37 2001
> +++ ext/B/t/o.t Thu May 9 21:40:17 2002
> @@ -0,0 +1,64 @@
> +#!./perl -w
> +
> +use strict;
> +use File::Spec;
Move these use() after the BEGIN (so you get the correct @INC).