Name : perl-Data-Alias
| |
Version : 1.20
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2016-04-30 12:44:23
|
Group : Development/Libraries/Perl
| Source RPM : perl-Data-Alias-1.20-1.1.src.rpm
|
Size : 0.08 MB
| |
Packager : (none)
| |
Summary : Comprehensive set of aliasing operations
|
Description :
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.
Aliasing occurs in Perl for example in for-loops and sub-calls:
for $var ($x) { }
foo($y); sub foo { }
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.
The exact details of aliasing semantics are below under the /DETAILS manpage.
Perl 5.22 added some support for aliasing to the Perl core. It has a different syntax, and a different set of operations, from that supplied by this module; see the perlref/Assigning to References manpage. The core\'s aliasing facilities are implemented more robustly than this module and are better supported. If you can rely on having a sufficiently recent Perl version, 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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_12_SP1/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
Alias.so()(64bit)
perl(Data::Alias)
perl-Data-Alias
perl-Data-Alias(x86-64)
Requires :