SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Dir-Self
Version : 0.110.0 Vendor : obs://build_opensuse_org/home:M0ses
Release : bp156.4.1 Date : 2024-08-18 21:21:28
Group : Unspecified Source RPM : perl-Dir-Self-0.110.0-bp156.4.1.src.rpm
Size : 0.00 MB
Packager : https://www_suse_com/
Summary : __DIR__ constant for the directory your source file is in
Description :
Perl has two pseudo-constants describing the current location in your
source code, \'__FILE__\' and \'__LINE__\'. This module adds \'__DIR__\', which
expands to the directory your source file is in, as an absolute pathname.

This is useful if your code wants to access files in the same directory,
like helper modules or configuration data. This is a bit like FindBin
except it\'s not limited to the main program, i.e. you can also use it in
modules. And it actually works.

As of version 0.10 each use of \'__DIR__\' recomputes the directory name;
this ensures that files in different directories that share the same
package name get correct results. If you don\'t want this, \'use Dir::Self
qw(:static)\' will create a true \'__DIR__\' constant in your package that
contains the directory name at the point of \'use\'.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/M0ses:/perl/15.6/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Dir-Self-0.110.0-bp156.4.1.noarch.rpm
     

Provides :
perl(Dir::Self)
perl-Dir-Self

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/Dir
/usr/lib/perl5/vendor_perl/5.26.1/Dir/Self.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Dir-Self
/usr/share/doc/packages/perl-Dir-Self/Changes
/usr/share/doc/packages/perl-Dir-Self/README
/usr/share/man/man3/Dir::Self.3pm.gz

 
ICM