SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-aliased
Version : 0.34 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-07-15 11:31:02
Group : Development/Libraries/Perl Source RPM : perl-aliased-0.34-bp154.1.1.src.rpm
Size : 0.04 MB
Packager : https://bugs_opensuse_org
Summary : Use shorter versions of class names
Description :
\'aliased\' is simple in concept but is a rather handy module. It loads the
class you specify and exports into your namespace a subroutine that returns
the class name. You can explicitly alias the class to another name or, if
you prefer, you can do so implicitly. In the latter case, the name of the
subroutine is the last part of the class name. Thus, it does something
similar to the following:



use Some::Annoyingly::Long::Module::Name::Customer;
sub Customer {
return \'Some::Annoyingly::Long::Module::Name::Customer\';
}
my $cust = Customer->new;

This module is useful if you prefer a shorter name for a class. It\'s also
handy if a class has been renamed.

(Some may object to the term \"aliasing\" because we\'re not aliasing one
namespace to another, but it\'s a handy term. Just keep in mind that this is
done with a subroutine and not with typeglobs and weird namespace munging.)

Note that this is *only* for \'use\'ing OO modules. You cannot use this to
load procedural modules. See the the Why OO Only? manpage section. Also,
don\'t let the version number fool you. This code is ridiculously simple and
is just fine for most use.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-aliased-0.34-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  perl-aliased-0.34-bp154.1.1.noarch.rpm
     

Provides :
perl(aliased)
perl-aliased

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/aliased.pm
/usr/share/doc/packages/perl-aliased
/usr/share/doc/packages/perl-aliased/CONTRIBUTING
/usr/share/doc/packages/perl-aliased/Changes
/usr/share/doc/packages/perl-aliased/LICENSE
/usr/share/doc/packages/perl-aliased/README
/usr/share/man/man3/aliased.3pm.gz

 
ICM