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

Remove obsolete perl 5.6 hacks #120

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

JRaspass
Copy link
Contributor

Remove the monkey-patching of utf8 and then the require of utf8 because as per the docs you shouldn't load utf8 to use its functions.

Also remove a couple of stray old version requirements, in both cases the files load DBI.pm which has a greater 5.8 require.

Remove the monkey-patching of utf8 and then the require of utf8 because
as per the docs you shouldn't load utf8 to use its functions.

Also remove a couple of stray old version requirements, in both cases
the files load DBI.pm which has a greater 5.8 require.
@Tux Tux merged commit 6249f40 into perl5-dbi:master Aug 14, 2024
34 checks passed
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.

2 participants