Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
experimental-features.patch | warnings about experimental given and when When prolix is run, perl warns about usage of experimental features. . The patch silences these via <no warnings 'experimental::smartmatch';> . Since 5.37.10, the warnings are in the 'deprecated' category. . In 5.42 smarmatch is about to be removed |
Damyan Ivanov <dmn@debian.org> | yes | debian upstream | 2023-08-25 | |
useless-constant.patch | useless use of constant (6) It appears '6' is used instead of '1' to signal a successful load of the modules and this causes warnings at runtime. . The patch replaces these with '1'. |
Damyan Ivanov <dmn@debian.org> | yes | upstream |