Need help debugging blead on VMS - keys(%ENV)

2005-08-22 Thread John E. Malmberg
On every blead perl I have seen, the following bug is present on VMS and is causing the script t/op/magic.t to fail at test 7. In the Perl debugger, before running any script if you issue the command 'x keys(%ENV), the entry for index 0, also shows up as index 1. DB1 x keys(%ENV) 0

lib/math/bigint/t/mbi_rand needs larger PERL_MBX_SIZE

2005-08-22 Thread John E. Malmberg
The test lib/math/bigint/t/mbi_rand needs a larger PERL_MBX_SIZE than the default of 512 bytes. A setting of 1024 seems to make the test pass. This logical name needs to be set before running the test, so it either needs to be put somewhere in [.vms]test.com or in the TEST perl script that