Info2: <<
Package: file-modified-pm
Version: 0.10
Revision: 1
Description: Intelligently check for file modification
Type: perl
License: Artistic
Maintainer: Benjamin Reed <file-modified-pm@fink.raccoonfink.com>

Source: mirror:cpan:modules/by-module/File/File-Modified-%v.tar.gz
Source-Checksum: SHA256(6b50b1aab6ec6998a017f6403c2735b3bc1e1cf46187bd134d7eb6df3fc45144)

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: Changes LICENSE README example/*

Homepage: https://metacpan.org/dist/File-Modified
DescDetail: <<
The 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.
<<
<<