diff options
Diffstat (limited to 'sysutils/p5-File-Signature/pkg-descr')
-rw-r--r-- | sysutils/p5-File-Signature/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/p5-File-Signature/pkg-descr b/sysutils/p5-File-Signature/pkg-descr new file mode 100644 index 000000000000..6fad1ef516e0 --- /dev/null +++ b/sysutils/p5-File-Signature/pkg-descr @@ -0,0 +1,7 @@ +This perl library uses perl5 objects to assist in determining whether a +file's contents or attributes have changed. It maintains several pieces +of information about the file: a digest (currently only MD5 is +supported), its inode number, its mode, the uid of its owner, the gid of +its group owner, and its last modification time. + +WWW: http://search.cpan.org/dist/File-Signature/ |