Craig A. Berry wrote:
On 10/26/07, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote:
On 25/10/2007, Ken Williams <[EMAIL PROTECTED]> wrote:
I just upgraded it in bleadperl.
Excellent, thanks.
It seems that xs.t is now failing on many platforms. Since the test
file itself hasn't many changes, I'd blame the code itself...
All of the M::B tests now fail (in fact fail even to compile) on VMS
(we had been down to about 3). Looks like something to do with
changes to library paths:
This traceback indicates what is wrong. The temporary directory has a
C<.> character in it, which is not legal on VMS ODS-2 volumes, and
File::Spec::VMS methods do not know to handle VMS ODS-5 file specifications.
Use of uninitialized value $fixedpath in substitution (s///) at
../lib/File/Spec/VMS.pm line 503.
at ../lib/File/Spec/VMS.pm line 503
File::Spec::VMS::fixpath('File::Spec',
'/PROJECT_ROOT/PERL-BLEAD/t//_tmp.7918', 1)
called at ../lib/File/Spec/VMS.pm line 98
File::Spec::VMS::catdir('File::Spec',
'PROJECT_ROOT:[PERL-BLEAD]', 't')
called at ../lib/Module/Build/t/lib/MBTest.pm line 65
require MBTest.pm called at [-.lib.module.build.t]destinations.t line 5
main::BEGIN() called at ../lib/Module/Build/t/lib/MBTest.pm line 0
eval {...} called at ../lib/Module/Build/t/lib/MBTest.pm line 0
I am out of time to test a fix right now.
-John
[EMAIL PROTECTED]
Personal Opinion Only