
App::UniqFiles - Report or omit duplicate file contents

version 0.05

# See uniq-files script

Warning: cannot properly handle symlinks or special files (socket, pipe, device), so don't feed them.

None are exported, but they are exportable.

Provide options on how to handle symlinks: ignore them? Follow? Also, with return_duplicate=2, we should not use the symlink (because one of the usage of uniq-files might be to delete duplicate files).
Ignore them.
For fast checking.
For only checking uniqueness against parts of contents.
For doing custom hashing instead of Digest::MD5.

Steven Haryanto <stevenharyanto@gmail.com>

This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.