Binary package “libdata-alias-perl” in ubuntu trusty

module to create aliases instead of copies

 Data::Alias is a Perl module that enables developers to apply "aliasing
 semantics" to a section of code, causing aliases to be made whereever
 Perl would normally make copies instead. You can use this to improve
 efficiency and readability, when compared to using references.