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 remnant support for Perl 5.7 or lower #2913

Closed
bschmalhofer opened this issue Feb 2, 2024 · 1 comment
Closed

Remove remnant support for Perl 5.7 or lower #2913

bschmalhofer opened this issue Feb 2, 2024 · 1 comment
Assignees
Labels
tidying Tidying of the code
Milestone

Comments

@bschmalhofer
Copy link
Contributor

OTOBO currently requires Perl 5.24. So there is no need to accomodate for older versions of Perl. Actually, I found only one such instance in the code, in Kernel/System/HTMLUtils.pm .

@bschmalhofer bschmalhofer added the tidying Tidying of the code label Feb 2, 2024
@bschmalhofer bschmalhofer added this to the OTOBO 11.0 milestone Feb 2, 2024
@bschmalhofer bschmalhofer self-assigned this Feb 2, 2024
bschmalhofer added a commit that referenced this issue Feb 2, 2024
in the cases where Perl version $^V is the other argument.

Using double quotes is in no way incorrect, just not needed because
no interpolation takes place for these strings.
bschmalhofer added a commit that referenced this issue Feb 2, 2024
We know that the Perl Version is greater than 5.7, as Perl 5.24 is required.
bschmalhofer added a commit that referenced this issue Feb 2, 2024
in the cases where Perl version $^V is the other argument.

Using double quotes is in no way incorrect, just not needed because
no interpolation takes place for these strings.
bschmalhofer added a commit that referenced this issue Feb 2, 2024
We know that the Perl Version is greater than 5.7, as Perl 5.24 is required.
@bschmalhofer
Copy link
Contributor Author

Done, closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tidying Tidying of the code
Projects
None yet
Development

No branches or pull requests

1 participant