The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension File::Modified.

0.01  Tue Apr 16 18:55:38 2002
  - original version; created by h2xs 1.21 with options
    -X File::Modified

0.02  Thu May 09 2002
  - Added checksum signature
  - Added more tests (now up to 40)
  - Changed MD5 fallback from mtime to checksum
  - Added general use of the Digest:: module tree instead of MD5 only

0.04  Sun Aug 11 2002
  - Fixed stupid bug in Signature::MD5 by adding a call to binmode()

0.05  Sun Aug 11 2002
  - Adjusted number of planned tests in the distribution test file
  
0.06  Mon Aug 12 2002
  - Yet another test-only update : Check that the different digests
    are actually there before using them. Apparently, MD2 isn't in
    the Digest:: modules anymore. Added directory watching to the Todo list.
0.07 20041205
  - Changed a hidden submodule so it doesn't clash with File::Signature anymore.
  - Directory cleanup (Modified.pm was distributed twice)