The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02

  • bugfix ->exec subrule invocation (thanks to Chris Carline for pointing this out)

Changes for version 0.0200 - 2009-03-01

  • hopefully got rid of all UNIXisms (and incompatibilities with Win32), and problems such as running when having temporary files (*~) in the test files:
    • now holding a pristine copy of the test tree under ./t/sample-data/to-copy-from/ and copying it and processing it using File::Find::Object::TreeCreate which was borrowed from the File::Find::Object code.
    • Converted all the paths constant to variables, which are generated using $tree_creator->get_path().
    • Removed some non-portable assertions or ones that are hard to reproduce with File::Spec.
    • Added Test::Count annotations to the tests' code.

Documentation

the mini-guide to extending File::Find::Object::Rule
File::Find::Object::Rule's procedural interface
command line wrapper to File::Find::Object::Rule

Modules

Alternative interface to File::Find::Object