Subject: | Tiny problem with a test |
(1)
Had a tiny problem installing this module:
--------------------------------------------------
Command: perl Build test
Output:
lib\Path\Class\Entity.pm -> blib\lib\Path\Class\Entity.pm
lib\Path\Class\File.pm -> blib\lib\Path\Class\File.pm
lib\Path\Class.pm -> blib\lib\Path\Class.pm
lib\Path\Class\Dir.pm -> blib\lib\Path\Class\Dir.pm
t\01-basic.........FAILED test 63
Failed 1/64 tests, 98.44% okay
t\02-foreign.......ok
2/23 skipped: Can't test VMS code on other platforms
t\03-filesystem....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\01-basic.t 64 1 1.56% 63
2 subtests skipped.
Errors:
# Test 63 got: "1" (t\01-basic.t at line 144)
# Expected: "0"
# t\01-basic.t line 144 is: ok dir('/foo/bar')->subsumes('foo/bar'), 0;
Failed 1/3 test scripts, 66.67% okay. 1/147 subtests failed, 99.32% okay.
--------------------------------------------------
(2) Also
Build: blib\lib/Path/Class/Dir.pm: undelimited C<> in paragraph 115.
Build: blib\lib/Path/Class/Dir.pm: undelimited C<> in paragraph 117.
(3) Env
C:\perl-modules\PathTools-3.14>perl -v
This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
under Win2K.