Package: libkavorka-perl / 0.036-2
Metadata
Package | Version | Patches format |
---|---|---|
libkavorka-perl | 0.036-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1001_remove data alias dependency.patch | (download) |
lib/Kavorka/Signature.pm |
40 37 + 3 - 0 ! |
data::alias is broken on perl >= 5.24 The Data::Alias module itself explains: . > you should prefer to use the core facility rather than use this > module. If you are already using this module and are now using a > sufficiently recent Perl, you should attempt to migrate to the core > facility . The idea is to use core refaliasing when available and Data::Alias otherwise. . This patch is a merge of the 2 commits of the pull request. |
1