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';> |
Damyan Ivanov <dmn@debian.org> | yes | upstream | ||
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 |