The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Dir::Split.

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.