Info2: << Package: data-alias-pm%type_pkg[perl] # PERL:XS Version: 1.25 Revision: 1 Description: Comprehensive set of aliasing operations Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3) Distribution: << (%type_pkg[perl] = 5162) 10.9, (%type_pkg[perl] = 5162) 10.10, (%type_pkg[perl] = 5162) 10.11, (%type_pkg[perl] = 5162) 10.12, (%type_pkg[perl] = 5162) 10.13 << License: Artistic Maintainer: Benjamin Reed Depends: perl%type_pkg[perl]-core Source: mirror:cpan:modules/by-module/Data/Data-Alias-%v.tar.gz Source-Checksum: SHA256(edf7586c8e2194c4a38fe9a0e5619dbcf811136091f86cd775721e40ff2dc209) InfoTest: << # only needed for some tests, and want to break a dep cycle: # data-alias-pmXXX:TestDepends:devel-callparser-pmXXX << UpdatePOD: true InstallScript: << %{default_script} mv %i/share/man %i/lib/perl5/%type_raw[perl] << DocFiles: Changes README Homepage: https://metacpan.org/release/Data-Alias DescDetail: << Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. << <<