-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perl 5.36 cpan | tests fail for Win32API::Registry #66
Labels
Comments
Same case for Win32::TieRegistry - fails under docker, passes on local machine. |
This has knock-on effects for DateTime, DateTime::Format::DateParse and DateTime::TimeZone::Local::Win32. |
Win32::TieRegistry was a knock-on effect. It passes when Win32API::Registry is built with skipped tests. |
Side-stepped by not running tests, given it works on a local machine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test log below.
The first failure is at https://github.com/chorny/Win32API-Registry/blob/450c70cfcd6a3cf373da528ba292c023544d5617/t/test.t#L80-L82, after which the code dies.
This could be an issue with docker, or the test expectations need to be updated under docker. If I copy /c/strawberry dir to my local machine as C:\strawberry and add a portableshell.bat then all tests pass under
cpanm --look
.The text was updated successfully, but these errors were encountered: