The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist-Zilla-Plugin-Git-FilePermissions

1.002  2022-10-25 20:34:22 UTC

  - Switch license to the ISC license
  - Use 'protocol.file.allow=always' for Git submodule tests, if required.

1.001  2022-01-08 22:42:13 UTC

  - Replace Git::Wrapper with Git::Background
  - Removed minimal dependency on Test::TempDir::Tiny 0.017 and Moose 2.1203
  - skip needs $how_many with Test::More < 1.302013_009
  - Removed autodie in tests
  - Code cleanup - moved all 'use' before 'has'

1.000  2018-04-02 22:38:46 UTC

  - No code changes
  - Distribution cleanup
  - Bumped dependency on Moose to 2.1203

0.004  2018-02-11 18:47:41 UTC

  - Ignore files that don't exist or where Git thinks they are a file but
    they are something else (e.g. submodules)

0.003  2017-10-20 23:39:10 UTC

  - Added a default option to specify default permissions

0.002  2017-10-16 21:46:46 UTC

  - Fix the tests for Windows

0.001  2017-10-15 19:39:17 UTC

  - Initial release