DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibfile-sharedir-par-perl
BeschreibungFile::ShareDir with PAR support
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.05-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.005), libparams-util-perl (>= 0.07), libfile-sharedir-perl (>= 1.0), libclass-inspector-p
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße10148 Byte
Prüfsumme MD54c40204a7fd3145fb39c456a6c153470
Prüfsumme SHA1429f25717954d4f706f9ef916c0b65d82a7cfeac
Prüfsumme SHA25649b8030642f3e8b8af8e42909903b4b300965ceed738b0cd58333516a12066dd
Link zum Herunterladenlibfile-sharedir-par-perl_0.05-1_all.deb
Ausführliche BeschreibungFile::ShareDir::PAR provides the same functionality as File::ShareDir but tries hard to be compatible with PAR packaged applications. . The problem is, that the concept of having a distribution or module specific share directory becomes a little hazy when you're loading everything from a single file. PAR uses an @INC hook to intercept any attempt to load a module. File::ShareDir uses the directory structure that is typically found in the directories that are listed in @INC for storing the shared data. In a PAR enviroment, this is not necessarily possible. . When you call one of the functions that this module provides, it will take care to search in any of the currently loaded .par files before scanning @INC. This is the same order of preference you get for loading modules when PAR is in effect. If the path or file you are asking for is found in one of the loaded .par files, that containing .par file is extracted and the path returned will point to the extracted copy on disk. . Depending on how you're using PAR, the files that are extracted this way are either cleaned up after program termination or cached for further executions. Either way, you're safe if you use the shared data as read-only data. If you write to it, your changes may be lost after the program ends.


Impressum
Linux is a registered trademark of Linus Torvalds