summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Alias/DESCR
blob: 2f6b1dd28b7f04969bd73d343ad986b9311d88ce (plain)
1
2
3
4
5
6
Data::Alias provides a comprehensive set of aliasing operations.

Data::Alias is a module that allows you 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.