Skip to content
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

Pod formatting and test failure fixes #39

Merged
merged 3 commits into from Mar 29, 2023

Conversation

mstock
Copy link
Contributor

@mstock mstock commented Mar 28, 2023

As noted in #38 (comment) this should fix the test failures on 32 bit Perls that got introduced in #38.

In addition to the above, this should also fix test failures in 90_symlink.t (for example this one) that seem to have been caused by localized error messages. I wasn't able to reproduce that though, even though my machines usually actually use a non-English locale. I'm also not sure this is the best way to fix this.

When I looked at the POD I added in #38 on meta::cpan, I noticed that the preceding section ("Tuning the way RESOLVE_SYMLINK will works") was looking a bit weird, so I also added a commit to improve that. As I didn't fully understand the content of the section, I didn't touch the wording and only tried to improve the formatting.

Larger block sizes result in a negative length on 32 bit Perls, which
made the tests fail.
There apparently are cases where the text in the exception is
localised in the language of the system the tests are running
on, i.e. not necessarily English, in which case this test was
failing.
The lines in this paragraph were indented which tended to make it
being rendered as code block which looked bad in both text based
POD viewers as well as when this was rendered as HTML.
@bingos bingos merged commit 935908b into jib:master Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants