Re: [Module::Build] ANNOUNCE: 0.21 released
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-10-17 17:41:21
|
On Wednesday, October 15, 2003, at 10:25 PM, Randy W. Sims wrote: > ok 16 > Deleting > T:\MIRROR\www.cpan.org\modules\by-module\Module\Module-Build-> 0.21\t\ins > tall_test > Deleting blib > Deleting lib/Sample/Script > Deleting _build > Deleting Build > ok 17 > ok 18 > not ok 19 > # Test 19 got: <UNDEF> (t\install.t at line 102) > # Expected: 'lib\Sample\Docs.pod' > # t\install.t line 102 is: ok $pods->{$expect}, $expect; > It looks like File::Find isn't localizing the path to use backslashes on your system. Is this an older File::Find? Maybe I should explicitly the results of rscan_dir() using localize_file_path() inside _find_file_by_type(). -Ken |