SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-relative rpm build for : OpenSuSE 13.X. For other distributions click perl-relative.

Name : perl-relative
Version : 0.04 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 7.1 Date : 2015-01-23 12:21:35
Group : Development/Libraries/Perl Source RPM : perl-relative-0.04-7.1.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Load modules with relative names
Description :
This module allows you to load modules using only parts of their name,
relatively to the current module or to a given module. Module names are by
default searched below the current module, but can be searched upper in the
hierarchy using the \'..::\' syntax.

In order to further loosen the namespace coupling, \'import\' returns the
full names of the loaded modules, making object-oriented code easier to
write:

use relative;

my ($Maker, $Publisher) = import relative qw(Create Publish);
my $report = $Maker->new;
my $publisher = $Publisher->new;

my ($Base, $Factory) = import relative -to => \"Enterprise::Framework\"
=> qw(Base Factory);
my $thing = $Factory->new;

This can also be written using aliases:

use relative -aliased => qw(Create Publish);
my $report = Create->new;
my $publisher = Publisher->new;

use relative -to => \"Enterprise::Framework\", -aliased => qw(Base Factory);
my $thing = Factory->new;

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-R/openSUSE_13.2/noarch

Content of RPM  Provides Requires

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

Provides :
perl(relative)
perl-relative

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(UNIVERSAL::require)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(:MODULE_COMPAT_5.20.1)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.20.1/relative.pm
/usr/share/doc/packages/perl-relative
/usr/share/doc/packages/perl-relative/Changes
/usr/share/doc/packages/perl-relative/README
/usr/share/man/man3/relative.3pm.gz

 
ICM