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

0.08 2014-03-31
    - got rid of warning about defined(@array) being deprecated.
      Bug and fix from BWAGNER RT#81444
    - Removed two .cvsignore files RT#26843
    - Removed META.yml so it can be auto-generated by MakeMaker
    - Min perl version 5.6.0
    - Marked license as 'perl' in metadata, to match the doc
    - Added github repo to metadata and pod
    - Added PREREQ_PM, CONFIGURE_REQUIRES and TEST_REQUIRES to Makefile.PL

0.07 2004-12-05
    - Changed a hidden submodule so it doesn't clash with
      File::Signature anymore.
    - Directory cleanup (Modified.pm was distributed twice)
  
0.06 2002-08-12
    - 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.05 2002-08-11
    - Adjusted number of planned tests in the distribution test file

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

0.02 2002-05-09
    - 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.01 2002-04-22
    - original version; created by h2xs 1.21 with options -X File::Modified