summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Alias/pkg-descr
blob: d114c72a394e44f0239c5ac507e3cda5ecd69f37 (plain) (blame)
1
2
3
4
Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made wherever Perl would
normally make copies instead. You can use this to improve efficiency
and readability, when compared to using references.