treewide: Fix perlcritic with Perl 5.42 #76

Merged
ma27 merged 1 commit from ma27/hydra:fix-perl5.42 into main 2026-01-14 15:46:25 +00:00
Member

Closes #75

Specifically

split() called with a quoted pattern at line 109, column 23.
The first argument to split() is a regex pattern, not a string
(other than the space character special case). Use slashes to
quote the pattern argument. (Severity: 1)

Closes #75 Specifically > split() called with a quoted pattern at line 109, column 23. > The first argument to split() is a regex pattern, not a string > (other than the space character special case). Use slashes to\ > quote the pattern argument. (Severity: 1)
Closes #75

Specifically

> split() called with a quoted pattern at line 109, column 23.
> The first argument to split() is a regex pattern, not a string
> (other than the space character special case). Use slashes to\
> quote the pattern argument.  (Severity: 1)
ma27 merged commit 107c0b1b3a into main 2026-01-14 15:46:25 +00:00
ma27 deleted branch fix-perl5.42 2026-01-14 15:46:25 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lix-project/hydra!76
No description provided.