openbsd-ports/devel/p5-File-Modified/pkg/DESCR

6 lines
322 B
Plaintext
Raw Normal View History

2006-11-04 10:33:38 -05:00
The 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.