Skip Menu |

This queue is for tickets about the File-ShareDir CPAN distribution.

Report information
The Basics
Id: 125602
Status: resolved
Priority: 0/
Queue: File-ShareDir

People
Owner: Nobody in particular
Requestors: WATERKIP [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



I get the following error when installing File::ShareDir. This happens consistently on a docker build . The Dockerfile looks like so: FROM perl:latest RUN cpanm File::ShareDir The output is: # Failed test 'New module directory without read permission' # at t/04_fail.t line 20. # '' # doesn't match '(?^:No read permission)' # Failed test 'Old module directory without read permission' # at t/04_fail.t line 20. # '' # doesn't match '(?^:but no read permissions)' # Failed test 'Unreadable dist_file' # at t/04_fail.t line 20. # '' # doesn't match '(?^:No read permission)' # Failed test 'Unreadable module_file' # at t/04_fail.t line 20. # '' # doesn't match '(?^:No read permission)' # Failed test 'Unreadable class_file' # at t/04_fail.t line 20. # '' # doesn't match '(?^:cannot be read, no read permissions)' # Looks like you failed 5 tests of 24. t/04_fail.t ........ Dubious, test returned 5 (wstat 1280, 0x500)
It seems that all the tests that fail are due being root, as I can install it as my own user locally. Thanks to BinGOs for spotting that.
Unfortunately the same issues happen for Windows users, too. Screems for soon update ...
Fixed in 1.112