lane, @, DUPHY4.Physics.Drexel.Edu wrote:
>
> But try setting the logical:
> $ DEFINE PERL_MBX_SIZE 256
> before running the tests and you'll likely avoid this particular source
> of problems.
Thanks, Lane, that fixes the VMS errors. However I am still seeing the
following two, in addition to the storable failures:
-------------------------------------------------
File::Temp: Could not create directory []tmpdirTcOjQW: invalid argument
at [.lib]ftmp-tempfile.t line 60
Error in tempdir() using []tmpdirXXXXXX at [.lib]ftmp-tempfile.t line 60
[.lib]ftmp-tempfile.....FAILED on test 4
[.pod]find..............FAILED on test 5
-------------------------------------------------
The first persists if I run it standalone:
KES-JPEACOCK> perl [.lib]ftmp-tempfile.t
1..16
ok 1
ok 2
# Template: tmpdirXXXXXX
File::Temp: Could not create directory []tmpdirPToJ6c: invalid argument
at [.lib]ftmp-tempfile.t line 60
Error in tempdir() using []tmpdirXXXXXX at [.lib]ftmp-tempfile.t line 60
ok 3
%C-F-EINVAL, invalid argument
but the [.pod]find error goes away when I run it by itself. I'll try
and work through the tmpdir() code to see what I can see...
John Peacock