Pakiet: libfile-findlib-perl (0.001004-3)
Odnośniki dla libfile-findlib-perl
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego libfile-findlib-perl:
- [libfile-findlib-perl_0.001004-3.dsc]
- [libfile-findlib-perl_0.001004.orig.tar.gz]
- [libfile-findlib-perl_0.001004-3.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [metacpan.org]
Podobne pakiety:
module to find and use a file/dir from a directory above your script file
File::FindLib starts in the directory where your script (or library) is located and looks for the file or directory whose name you pass in. If it isn't found, then FindLib looks in the parent directory and continues moving up parent directories until it finds it or until there is not another parent directory.
If it finds the named path and it is a directory, then it prepends it to @INC. That is,
use File::FindLib 'lib';
is roughly equivalent to:
use File::Basename qw< dirname >; use lib dirname(__FILE__) . '/../../../lib';
Inne pakiety związane z libfile-findlib-perl
|
|
|
|
-
- dep: perl
- praktyczny język ekstrakcji i raportowania Larry'ego Walla
Pobieranie libfile-findlib-perl
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 10,0 KiB | 29,0 KiB | [lista plików] |