Paketname | libfile-fu-perl |
Beschreibung | Perl module for file and directory manipulation as objects |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.0.6-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 156 Byte |
Hängt ab von | perl, libfile-which-perl (>= 0.05), libclass-accessor-classy-perl (>= 0.9.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 37682 Byte |
Prüfsumme MD5 | b7428307aef646ffdd510eefd84fa79a |
Prüfsumme SHA1 | 9f1fe1fb9d76bba0b3335c56b69089c3e9667ec3 |
Prüfsumme SHA256 | 361688c6f45cd4138b266f5df4a4f295a2681df41ed33cf920cdd3f2d7a775d4 |
Link zum Herunterladen | libfile-fu-perl_0.0.6-1_all.deb |
Ausführliche Beschreibung | File::Fu provides the toplevel interface to directory and file objects, with
operator overloading which allows precise path composition and support for
most built-in methods. It also provides a way to create temporary directories
and files, finding files, and more.
.
The interface and style provided by this module are quite different than Perl
built-in functions or File::Spec. The syntax is concise and errors are checked
using exceptions, so you never need to check a return code.
|