Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-File-Modified - Checks intelligently if files have changed
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-File-Modified |
0.07 |
4.fc6 |
src |
10 KiB |
Thu May 3 21:51:49 2007 |
Changelog
- * Thu May 3 18:00:00 2007 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.07-4
- bump
- * Mon Apr 30 18:00:00 2007 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.07-3
- comments, keep Makefile.PL from complaining about missing .cvsignore files
- * Sun Apr 29 18:00:00 2007 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 0.07-2
- patch tests to enable successful failure of one TODO test :)