-
Notifications
You must be signed in to change notification settings - Fork 1
Datetime::Math:ver<0.6.2> typo in source-url #8
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
Comments
Sorry. Closed by mistake. Reopened. |
same issue with |
Universal::Errno as well. |
I finally got bitten by this myself with Ecosystem::Cache. This affects 7 distributions at the moment:
The problem is that there were modules "before" these with the same basename, but with different casing. And since the REA is fed by code running on MacOS with a case insensitive file system, it could not create directories with different casing. I've been thinking about fixes, but all of them would adversely affect workflows (at least temporarily), so I think I will be fixing these "manually". And make sure that the harvester adapts any download paths to the casing of the directory name, so we won't have this issue in the future anymore. |
wget source-url gives
404
error because it containsDatetime
instead ofDateTime
.The text was updated successfully, but these errors were encountered: