Revision history for Perl extension Dir::Split.

0.40 2003/01/05
 - non-class data is cleaned up.

0.39 2003/01/04
 - heavy code refactoring.
 - added introductional description
   of numeric & characteristic splitting
   and faq to documentation.
 - characteristic suffixes may have a
   variable length; explanation added.

0.38 2003/01/04
 - debug data upon existing files /
   copy & unlink failures available.
 - the script 'bin/split.pl' evaluates the return
   codes and outputs results accordingly.
 - warning messages entirely removed.
 - override interface option simplified.

0.37 2004/01/03
 - split() returns run and error codes.
 - source files and target dirs/files amounts
   are counted.
 - _tie_var() runs a var-name lookup and ties
   accordingly.

0.36 2004/01/02
 - presets occupy their own sub.
 - simplified documentation.

0.34 2004/01/01
 - warning messages upon the encounter of
   existing files/dirs may be adjusted.

0.33 2004/01/01
 - prohibits numeric suffix evaluation if only
   char subdirs are present.

0.32 2004/01/01
 - bin/split.pl added which commits a numeric
   or characteristic dir splitting by choice.

0.31 2003/12/31
 - interface input (the behavior hash) is
   sanity-checked.

0.3 2003/12/31
 - code refinement; characteristic splitting
   procedures implemented.
 - documentation expanded; covers characteristic
   splitting options and example.

0.22 2003/12/30
 - bug removement.

0.2 2003/12/30
 - further sub ``inventions".
 - inefficiency clean-up.

0.1 2003/12/29
 - source files are sorted case-insensitive.
 - documentation expanded.

0.08 2003/12/29
 - interface options are embedded as object data.
 - directories within the source dir are ignored.
 - lowercasing filenames has been removed
   (sort distincts between upper-&-lower case).
 - split() returns the amount of files that have been
   moved; undef if none.
 - documentation improved.

0.07 2003/12/28
 - Dir-Split.t invokes File::Temp::tmpnam()
   to obtain a temp dir name.
 - minor code changes.

0.04 2003/12/25
 - testfile renamed to 'Dir-Split.t';
   require_ok, use_ok & isa_ok implemented.

0.02 2003/12/24
 - testfile 'dir_split.t' added.
 - documentation extended.
 - minor code changes.

0.01 2003/12/23
 - initial version.