Subject: | t/depends.t fails because changing to 'no-such-dir' croaks on Win32 |
Cwd::realpath in 'find_modules' croaks on Win32 when the path does not
exist. Attached patch fixes the problem.
--------
C:\Perl\.cpan\build\Module-Depends-0.11>prove -lv t/depends.t
t/depends....1..17
ok 1 - require Module::Depends;
ok 2 - require Module::Depends::Intrusive;
ok 3
ok 4 - The object isa Module::Depends::Intrusive
ok 5 - got our own requires
ok 6 - got our own build_requires
ok 7 - got other (makemaker) requires
C:\Perl\.cpan\build\Module-Depends-0.11\t\no-such-dir: No such file or
directory at lib/Module/Depends.pm line 63
# Looks like you planned 17 tests but only ran 7.
# Looks like your test died just after 7.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 8-17
Failed 10/17 tests, 41.18% okay
Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/depends.t 255 65280 17 20 8-17
Failed 1/1 test scripts. 10/17 subtests failed.
Files=1, Tests=17, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00
CPU)
Failed 1/1 test programs. 10/17 subtests failed.
Subject: | Module-Depend-patch |
Message body not shown because it is not plain text.