Paketname | libfile-flat-perl |
Beschreibung | Implements a flat filesystem in perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.04-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16), libfile-ncopy-perl, libfile-remove-perl, libprefork-perl, libfile-slurp-perl, li |
Empfohlene Pakete | |
Paketbetreuer | Jonas Genannt |
Quelle | |
Paketgröße | 20338 Byte |
Prüfsumme MD5 | b6fc21154a0482fd01a6c557b32cfb00 |
Prüfsumme SHA1 | a6400da41b2dc441f7fd9c2cd7fea4d2cf0806e9 |
Prüfsumme SHA256 | 06403615bd364ad918fc18bcb4c0b300ef05aae474c0164592501056cf663b53 |
Link zum Herunterladen | libfile-flat-perl_1.04-2_all.deb |
Ausführliche Beschreibung | File::Flat implements a flat filesystem. A flat filesystem is a filesystem
in which directories do not exist. It provides an abstraction over any normal
filesystem which makes it appear as if directories do not exist.
.
In effect, it will automatically create directories as needed. This is create
for things like install scripts and such, as you never need to worry about the
existance of directories, just write to a file, no matter where it is.
|