On 2002.02.06, at 05:00, Randal L. Schwartz wrote: >>>>>> "Rick" == Rick Frankel <[EMAIL PROTECTED]> writes: > > Rick> Running 5.6.1 here, but I think it may be a permission problem in > the > Rick> distrib directory, > Rick> The test scripts should probably copy, etc. in /tmp instead of the > Rick> current tree. > > I ran the tests as merlyn, with merlyn owning the build tree. > What more permission is needed?
Hmm.... I don't know. I confess I didn't bother check with perl 5.7.2 because I consider perl 5.7.2 too unstable (for one thing, it didn't even build on FreeBSD 4.x. The latest breadperl does, however). And I only have breadperl installed with prefix=$HOME. So I checked with breadperl to see if it compiles fine. It did warn but all tests passed (I consider these warning too much because they all trap 'use 5.6.0;'). Randal, would you also try /usr/bin/perl Makefile.pl if you have preinstalled version of perl untouched? FYI MacOSX::File is developed under perl 5.6.1 on G4 Ti and tested under preinstalled 5.6.0 on G3 pismo. Dan the Man with Too Many Generations of Camels to Shepherd PERL_DL_NONLAZY=1 /Users/dankogai/bin/perl5.7.2 -Iblib/arch -Iblib/lib -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/catalog....v-string in use/require non-portable at blib/lib/MacOSX/File/Catalog.pm line 25. t/catalog....ok t/copy.......v-string in use/require non-portable at blib/lib/MacOSX/File/Copy.pm line 22. t/copy.......ok t/file.......v-string in use/require non-portable at blib/lib/MacOSX/File.pm line 3. t/file.......ok t/info.......v-string in use/require non-portable at blib/lib/MacOSX/File/Info.pm line 23. t/info.......ok t/spec.......v-string in use/require non-portable at blib/lib/MacOSX/File/Spec.pm line 3. v-string in use/require non-portable at blib/lib/MacOSX/File.pm line 3. t/spec.......ok All tests successful. Files=5, Tests=29, 9 wallclock secs ( 1.51 cusr + 0.36 csys = 1.87 CPU)
