[Padre-dev] cpan install of Padre 0.16 fails under Strawberry Perl 5.10.0.3
"José Diaz Seng"
josediazseng at gmx.de
Mon Nov 10 12:45:15 PST 2008
The cpan install of the current version 0.16 fails under Strawberry Perl 5.10.0.3, specifically during install of the prerequisite File::ShareDir::PAR Version 0.02. The failed test is 03_with_par.t and only subtest number 30 fails:
> perl t\03_with_par.t
1..30
ok 1 - PAR was generated
...
ok 29 - class_file ok
not ok 30 - class_file matches module_file for subclass
# Failed test 'class_file matches module_file for subclass'
# at t\03_with_par.t line 151.
# got: 'C:\DOKUME~1\Jose\LOKALE~1\Temp\par-Jose\cache-31e0140acd9b37cbd
613c768b2cac39b147b04a8\inc\lib\auto\share\module\File-ShareDir-PAR\test_file.tx
t'
# expected: 'C:\strawberry\perl\site\lib\auto\share\module\File-ShareDir-PAR
\test_file.txt'
# Looks like you failed 1 test of 30.
Test number 30 asserts that the paths $module_file and $class_file defined as follows:
my $module_file = module_file('File::ShareDir::PAR', 'test_file.txt');
...
my $class_file = class_file('t::lib::ShareDir', 'test_file.txt');
are the same, which obviously is not the case. Right now I do not have time to analyze this further,
so I don't know if this is a serious problem for Padre itself, maybe it does not matter at all, forcing the install works in any case.
Can please someone who knows the internals of Padre check this. Thanks!
--
More information about the Padre-dev
mailing list