Revision history for Perl extension Dir::Split.
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.