SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Data-Alias rpm build for : OpenSuSE. For other distributions click perl-Data-Alias.

Name : perl-Data-Alias
Version : 1.20 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.1 Date : 2015-11-20 17:28:42
Group : Development/Libraries/Perl Source RPM : perl-Data-Alias-1.20-1.1.src.rpm
Size : 0.09 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_11_SP4/i586

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
Alias.so
perl(Data::Alias)
perl-Data-Alias

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
perl = 5.10.0
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6


Content of RPM :
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/Data
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/Data/Alias.pm
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/auto/Data
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/auto/Data/Alias
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/auto/Data/Alias/Alias.bs
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/auto/Data/Alias/Alias.so
/usr/share/doc/packages/perl-Data-Alias
/usr/share/doc/packages/perl-Data-Alias/Changes
/usr/share/doc/packages/perl-Data-Alias/README
/usr/share/man/man3/Data::Alias.3pm.gz

 
ICM