Skip to content

[harmony] Bug 2052697: Require Perl 5.14.0#168

Open
justdave wants to merge 1 commit into
mainfrom
bug-2052697-harmony
Open

[harmony] Bug 2052697: Require Perl 5.14.0#168
justdave wants to merge 1 commit into
mainfrom
bug-2052697-harmony

Conversation

@justdave

@justdave justdave commented Jul 9, 2026

Copy link
Copy Markdown
Member

Details

What it says on the tin. Thanks to unicode issues which were fixed in 5.14, our i18n requirements need us to require that.

Additional info

Test Plan

I used grep -rl 'use 5.10.1;' * | xargs -n1 sed -i.sedbackup -e 's/^use 5.10.1;/use 5.14.0;/' to make the initial changes, and then manually poked things like t/002goodperl.t and Makefile.PL that mentioned it in places other than the use line at the top.

I manually reviewed the diff to insure those were the only things getting touched.

Other than making sure the site actually runs and getting some real-world testing out of it, there's not much else we can do to test this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant