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

0.306     2012-02-28 10:13:11 America/New_York
    Require SVN::Core "0.0.0" as well
0.305     2012-02-27 11:18:40 America/New_York
    Require Alien::SVN as a prerequisite
    Code cleanup to simplify debugging and non-Dist::Zilla patchers
    No functional changes
0.304     2012-02-03 17:04:49 America/New_York
    Fall back to most recently logged type of path if it's missing from
    transaction and revision root
0.303     2012-02-03 14:12:41 America/New_York
    Coerce undef rather than allow it as path attribute
0.302     2012-02-02 17:13:58 America/New_York
    Allow undef for an SVN::Simple::Path_Change path attribute
0.301     2011-07-21 18:12:55 America/New_York
    Documentation fixes
0.300     2011-07-21 16:23:13 America/New_York
    Performance improvements: Can now use Mouse instead of Moose via Any::Moose,
    now uses Const::Fast instead of Readonly
    Documentation fixes
0.215     2011-04-28 10:32:59 America/New_York
    add SVN::Core to prereqs, getting errors from testers
    no code changes
0.214     2011-04-21 15:01:36 America/New_York
    better handle SVN::Client prerequisites
    actually require required arguments
0.213     2011-04-20 18:07:29 America/New_York
    explicitly require MooseX::App::Cmd and MooseX::Types::Common
    fix links in documentation
0.212     2011-04-12 14:11:18 America/New_York
    fix compile error in SVN::Simple::Path_Change
0.211     2011-03-24 13:47:02 America/New_York
    better handling of paths_changed for deleted files and directories
0.210     2011-03-23 10:40:42 America/New_York
    new paths_changed attribute for all hooks
0.200     2011-03-22 14:17:49 America/New_York
    initial release: factored out from internal GSI project