kenahoo / Path-Class

Cross-platform path specification manipulation
http://search.cpan.org/dist/Path-Class/
15 stars 28 forks source link

Path-Class-0.34 - t/03-filesystem.t fail on MS Windows #32

Closed kmx closed 8 years ago

kmx commented 10 years ago
Building and testing Path-Class-0.34 ... Building Path-Class
t/01-basic.t .......... ok
t/02-foreign.t ........ ok

#   Failed test at t/03-filesystem.t line 206.
#          got: 'Line1
# Line2

# Line3

# '
#     expected: 'Line1
# Line2
# Line3
# '
# Looks like you failed 1 test of 103.
t/03-filesystem.t ..... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/103 subtests 
t/04-subclass.t ....... ok
t/05-traverse.t ....... ok
t/06-traverse_filt.t .. ok
t/07-recurseprune.t ... ok
t/author-critic.t ..... skipped: these tests are for testing by the author

Test Summary Report
-------------------
t/03-filesystem.t   (Wstat: 256 Tests: 103 Failed: 1)
  Failed test:  61
  Non-zero exit status: 1
Files=8, Tests=224,  2 wallclock secs ( 0.05 usr +  0.05 sys =  0.09 CPU)
Result: FAIL

Path-Class-0.33 did not suffer from this issue

andrewgregory commented 10 years ago

31 addresses this.

nrdvana commented 8 years ago

Path::Class 0.37 (and several earlier versions) installs successfully on Strawberry perl, so I think this can be resolved.

kenahoo commented 8 years ago

Thanks.