Skip to content

t/perf/speed.t: clean up code #23116

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

Merged
merged 1 commit into from
Mar 16, 2025
Merged

t/perf/speed.t: clean up code #23116

merged 1 commit into from
Mar 16, 2025

Conversation

mauke
Copy link
Contributor

@mauke mauke commented Mar 15, 2025

  • set @INC before loading any modules
  • don't enable strict/warnings twice
  • use Config instead of require Config; Config->import
  • don't declare non-existent sub run_tests
  • mention github issue number in comment in addition to RT

  • This set of changes does not require a perldelta entry.

- set @inc before loading any modules
- don't enable strict/warnings twice
- 'use Config' instead of 'require Config; Config->import'
- don't declare non-existent sub run_tests
- mention github issue number in comment in addition to RT
@mauke mauke merged commit 4f3cdae into Perl:blead Mar 16, 2025
34 checks passed
@mauke mauke deleted the gumbo-2 branch March 16, 2025 15:54
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