Package: libkavorka-perl / 0.036-2

Metadata

Package Version Patches format
libkavorka-perl 0.036-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_remove data alias dependency.patch | (download)

lib/Kavorka/Signature.pm | 40 37 + 3 - 0 !
lib/Kavorka/TraitFor/Parameter/alias.pm | 19 17 + 2 - 0 !
lib/Kavorka/TraitFor/Parameter/ref_alias.pm | 19 17 + 2 - 0 !
3 files changed, 71 insertions(+), 7 deletions(-)

 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.