Changes file for File::Backup

0.04  Mon Sep 15 2003
    - Renamed the compression arg to compress and handled the
      backward compat issue that then sprang forth.
    - Moved creation of the destination filename outside the archive
      condition.
    - Combined the system and existence calls for archival and
      compression.
    - Fixed a semantic bug with timeformat replacing timeregexp.
    - Added a test for no compression backup.

0.03_1  Sat Sep 13 2003
    - Yikes.  The installation process fails tests and leaves
      META.yml behind.  Oops!  Sorry Ken.  : \
    - Croak right away if no archive or compression executable.
    - Make the system call not fork a shell process.
    - Flip on the debug switch in the test suite...

0.03  Tue Sep  9 19:19:24 2003
    - Recreated by Module::Husbandry on Gene's local system.
    - Added comprehensive documentation, including a "wishlist" in
      the TODO section.
    - Added generic aliases for the tar and gzip specific parameters.
    - Made backup() only archive if asked to (which is the default).
    - Added File::Which to detect where the local tar and gzip
      executables live.
    - Added all kinds of croaks and conditional execution statements.
    - Added an optional debug parameter flag and mass _debug() calls.
    - Added YMDhms format string to RE and printf conversion functions.
    - Default the from and to directories to Cwd::cwd.

0.02  Thu Dec  3 00:28:02 EST 1998
   - Changed the date string format from YYYY-MM-DD-hh:mm:ss to
     YYYY-MM-DD_hh-mm-ss, because the colons seem to cause problems with
     the GNU version of tar.

0.01  Wed Dec  2 20:48:15 1998
    - original version; created by h2xs 1.18