Craig Berry wrote:
! <http://www.iki.fi/jhi/[EMAIL PROTECTED]>
I have more information on the lib/ExtUtils/t/basic.t test hang.
It does not work at all unless I have a logical name PERL_CORE
defined. I could add a DEFINE and DEASSIGN to TEST.COM
but unfortunately it is still stuck on trying to carry out File::Find like
activities. For example in an environment where I cannot override
the definition of a logical named SITE_PERL and with PERL_CORE
defined to be "1" I see:
$ define perl_core
_Equ name: "1"
$ perl lib/extutils/t/basic.t
1..54
ok 1 - chdir'd to Big-Dummy
ok 2 - Makefile.PL exited with zero
ok 3 - Makefile.PL output looks right
ok 4 - Makefile.PL run in package main
ok 5 - Makefile exists
ok 6 - its been touched
ok 7 - make manifest created a MANIFEST
ok 8 - its not empty
ok 9 - exited normally
ok 10 - .ppd file generated
ok 11 - <SOFTPKG>
ok 12 - <TITLE>
ok 13 - <ABSTRACT>
ok 14 - <AUTHOR>
ok 15 - <IMPLEMENTATION>
ok 16 - <DEPENDENCY>
ok 17 - <OS>
ok 18 - <ARCHITECTURE>
ok 19 - <CODEBASE>
ok 20 - </IMPLEMENTATION>
ok 21 - </SOFTPKG>
ok 22 - make test
ok 23 - exited normally
ok 24 - TEST_VERBOSE
ok 25 - successful
ok 26 - exited normally
ok 27 - install
not ok 28
# Failed test (lib/extutils/t/basic.t at line 119)
# 'olddef = F$Environment("Default")
# Set Default [.liar]
# MMK all /Macro=(LIB="", LIBPERL_A="libperl.olb",
LINKTYPE="dynami
c", PREFIX="../dummy-install", OPTIMIZE="/NoList",
PASTHRU_DEFINE="
", PASTHRU_INC="")
# Set Default 'olddef'
# Writing [-.dummy-install.lib.site_perl.VMS_AXP.auto.Big.Dummy].packlist
# Appending installation info to
[-.dummy-install.lib.site_perl.VMS_AXP]perlloca
l.pod
# '
# doesn't match '(?m-xis:^Installing )'
ok 29
ok 30 - install dir created
Can't cd to (../dummy-install/lib/site_perl/) file: invalid argument
at lib/extutils/t/basic.t line 127
It appears that lib/ExtUtils/t/basic.t is at least as confused about
logical
names pointing to directories as is File::Find.
Peter Prymmer