SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Find-Lib rpm build for : openSUSE Leap 42. For other distributions click perl-Find-Lib.

Name : perl-Find-Lib
Version : 1.04 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.2 Date : 2015-10-05 02:03:51
Group : Development/Libraries/Perl Source RPM : perl-Find-Lib-1.04-1.2.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Helper to smartly find libs to use in the filesystem tree
Description :
The purpose of this module is to replace

use FindBin;
use lib \"$FindBin::Bin/../bootstrap/lib\";

with something shorter. This is specially useful if your project has a lot
of scripts (For instance tests scripts).

use Find::Lib \'../bootstrap/lib\';

The important differences between the FindBin manpage and the Find::Lib
manpage are:

* * symlinks and \'..\'

If you have symlinks in your path it respects them, so basically you can
forget you have symlinks, because Find::Lib will do the natural thing
(NOT ignore them), and resolve \'..\' correctly. the FindBin manpage breaks
if you do:

use lib \"$Bin/../lib\";

and you currently are in a symlinked directory, because $Bin resolved to
the filesystem path (without the symlink) and not the shell path.

* * convenience

it\'s faster too type, and more intuitive (Exporting \'$Bin\' always felt
weird to me).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/noarch

Content of RPM  Changelog  Provides Requires

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

Provides :
perl(Find::Lib)
perl-Find-Lib

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


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/Find
/usr/lib/perl5/vendor_perl/5.18.2/Find/Lib.pm
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Find-Lib
/usr/share/doc/packages/perl-Find-Lib/Changes
/usr/share/doc/packages/perl-Find-Lib/README
/usr/share/man/man3/Find::Lib.3pm.gz

 
ICM