The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Path-Class-Rule

0.007     2011-10-26 23:50:57 America/New_York

  [BUG FIXES]

    - Fixed Win32 test failures

    - Fixed regexp handling on Perl 5.10

0.006     2011-10-19 21:40:01 America/New_York

  [BUG FIXES]

    - Fixed incompability with Perl < v5.14 [rt.cpan.org #71400]

  [DOCUMENTATION]

    - Clarified caveats about taint mode.  Path::Class::Rule runs under
      taint mode; it offers no options to automatically untaint data

0.005     2011-09-14 16:58:25 America/New_York

  [NEW FEATURES]

    - Added 'iname' rule method for case insensitive name matching

    - Added 'skip' logic method for easy custom pruning

    - Added 'error_handler' option to iteration method

    - Added lexical warnings category

  [BUG FIXES]

    - Directories that are not readable will warn and continue instead
      of throwing an error

  [DOCUMENTATION]

    - Various clarifications and typo fixes

0.004     2011-09-14 06:48:13 America/New_York

  [DOCUMENTATION]

    - Added additional modules to SEE ALSO commentary

0.003     2011-09-13 21:05:43 America/New_York
  
  [NEW FEATURES]

    - Added 'skip_vcs' (and individual VCS skipping rule methods)

    - Added 'perl_files' (and similar rule methods)

    - Added 'shebang' rule method

0.002     2011-09-12 14:17:13 America/New_York

  [NEW FEATURES]

    - Added 'min_depth' and 'max_depth' rule methods

    - Added 'dangling' rule method to match dangling symlinks

    - Added 'loop_safe' option to control infinite loop protection
      (default is true)

    - Rule callbacks receive a hash reference for storing optional state

  [BUG FIXES]

    - Bumped Number::Compare prerequisite version to 0.02 to
      avoid uninitialized warnings when comparing numbers without
      a magnitude.

0.001     2011-09-11 22:40:44 America/New_York
  
    - Initial release