Paketname | libfile-modified-perl |
Beschreibung | checks intelligently if files have changed |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.07-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 80 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 11466 Byte |
Prüfsumme MD5 | 4b6d4cdbae868f2638e91943673b4e98 |
Prüfsumme SHA1 | 314e69608cae1004112f32372eb11af20a6c5cc8 |
Prüfsumme SHA256 | 0f816270440407b6417c08909eba03449b8e9b05f8b76dc7bc7f9fb2f877a055 |
Link zum Herunterladen | libfile-modified-perl_0.07-2_all.deb |
Ausführliche Beschreibung | File::Modified module is intended as a simple method for programs to detect
whether configuration files (or modules they rely on) have changed. There are
currently two methods of change detection implemented, mtime and MD5.
The MD5 method will fall back to use timestamps if the Digest::MD5 module
cannot be loaded.
.
There is another module, File::Signature, which has many similar features,
so if this module doesn't do what you need, maybe File::Signature does. There
also is quite some overlap between the two modules, code wise.
|